Two Mobile Menus

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20517
    alsop
    Member

    Check example here on mobile: https://finaeo.com/

    It shows two hamburger menus, I only want to have the SideNav on the far right. How can I get rid of the grey menu on the left?

    Cheers,
    Aaron

    #20524
    Veena
    Moderator

    Pls add the below custom CSS in Themeoptions –

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

    That did it, thanks!

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