Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2936521
Remove the main bar on Mobile
Closed

Comments

  • dukefung94 started the conversation

    Hello, I would like to remove the mainbar on Mobile as marked in the image below. I tried many ways but it seems like a code matter. Please let me know how to remove it. Thank you!

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        #header .inner-header.penci-header-second {
            display: none;
        }
    }

    Regards,
    PenciDesign.