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 #1983276
Disable topbar on mobile
Closed

Comments

  • miki31-7 started the conversation

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

  •  2,699
    PenciDesign replied

    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

  •  1
    dillonwalsh replied

    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!