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 #2540383
topbar and sidebar
Closed

Comments

  • tushita123 started the conversation

    Hey , I want Topbar in pc version but not in moblie version ... How can I do that ??

    I want some way so that I can choose if top bar remains visible on pc or in mobile or vice versa... I am using soledad... Please help.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see you're using Topbar. So, if you enable topbar via Customize > Topbar Options - you can add more this code to Customize > Custom CSS to hide it on mobile:

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

    Best Regards,

    PenciDesign