Skip to content
Public Ticket #19043

Remove the main bar on Mobile

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



dukefung94 started the conversation

Conversation Start

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!

Want to join this conversation or access attachments? Sign in first.