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 #2068644
Hamburger Menu
Closed

Comments

  • rovinvazirani started the conversation

    I want to know how I can remove the hamburger menu from mobile view. I don't have any content to show in the menu.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 960px){
    #navigation .button-menu-mobile {
        display: none;
    }
    }
    

    Best Regards,

    PenciDesign