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

Comments

  • masha_design started the conversation

    Could you tell me how to permanently hide menu on big screens and enable just hamburger style menu.

    My client wants to do display menu just like it is on https://brexitcentral.com/

    thanks a lot

    victor

    PS. i love the theme

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, you can enable Hamburger menu via Customize > Vertical Nav & Hamburger Menu Options

    You also can put the widgets to this menu Hamburger via Appearance > Widgets > drag & drop widgets to "Sidebar Hamburger Widgets Above Menu" and "Sidebar Hamburger Widgets Below Menu"

    After that, add more this code to Customize > Custom CSS to hide the main navigation:

    #navigation.header-6 .menu, #navigation .button-menu-mobile{ display: none !important; }
    @media only screen and (max-width: 960px){
    .penci-menuhbg-wapper{ float: left; margin-left: 0; }
    #navigation.header-6 .penci-menuhbg-toggle{ margin-left: 0; }
    }
    

    Best Regards,

    PenciDesign