Skip to content
Public Ticket #7842

Disable topbar on mobile

Conversation thread

dillonwalsh replied

Customer Reply

I needed that, too, so thank you, but I discovered that "top-bar" needed to be one word, like "topbar" in order to work. Thanks again!

PenciDesign replied

Staff Reply

Hi,

You can add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 480px){
.penci-top-bar { display: none; }
}

Best Regards,

PenciDesign

miki31-7 started the conversation

Conversation Start

Hi, topbar is messy on mobile, I want to disable it on mobile and leave it only on desktop. How can I do it?

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