• Resolved belamer

    (@belamer)


    I am interested in buying this menu.

    I’ve downloaded the free version, but on mobile I see my theme’s old Burger Menu, and I have to tap that to reveal the MegaMenu Burger. And that is an extra step.

    Is there CSS I can add in Appearance Customize Extra css to make this problem go away?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi belamer,

    To hide the theme toggle and show Max Mega Menu by default on the Magazine-pro theme, go to Appearance > Customize > Additional CSS and paste in the following:

    body.mega-menu-secondary nav.genesis-responsive-menu {
    	display: block;
    }
    body.mega-menu-secondary .menu-toggle {
    	display: none;
    }

    Regards,
    Tom

    Awesome, I have the same problem and have been searching high and low for a solution without having to mess around with theme functions code. This simple CSS modification does the trick nicely. Thanks, Tom.

    • This reply was modified 3 years, 5 months ago by skylabb.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double Burger Menu Mobile Genesis StudioPress’ is closed to new replies.