Two Hamburger Menus – Hide one

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Two Hamburger Menus – Hide one

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16564
    clickahead
    Member

    When I minimise my site (clickahead.wpengine.com – currently under development) I see two hamburgers. In addition to this the hamburger on the right shows a blank menu.

    How do I:
    (1) Remove the hamburger (which opens the slide out navbar) on the left handside
    (2) Populate the menu from the hamburger on the right ?

    Thanks,
    Ciaran

    [attachment file=”Menu.jpg”]

    #16567
    Veena
    Moderator

    1. Pls add the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #mobile-menu, #mobile-menu-toggle {
        display: none;
    }}
    

    2.Pls set the sidemenu in Appearances->Menus-Manage Locations tab .

    #16569
    clickahead
    Member

    That worked, thanks !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Two Hamburger Menus – Hide one’ is closed to new replies.