Genesis – gbeaver
Double Mobile Toggle
Option 1 – Keep Theme Toggle
To keep the theme mobile toggle, and hide the Max Mega Menu mobile toggle, go to Mega Menu > Menu Themes. In the Mobile section, enable “Disable Mobile Toggle”.
Option 2 – Use MMM Toggle
To remove the theme mobile toggle, and display the Max Mega Menu mobile toggle instead, add the following custom CSS to your theme:
1 2 3 4 5 6 |
header nav { display: block !important; } button.responsive-menu { visibility: hidden !important; } |