Mexin
Fix mobile menu
Go to Mega Menu > Menu Themes > Custom Styling and insert the following:
1 2 3 4 5 6 7 8 9 |
/* Hide duplicate theme mobile toggle button */ .mega-menu-header-menu header #menu-icon { display: none !important; } /* Fix mobile menu z-index */ .mega-menu-header-menu header #{$wrap} { z-index: 99999; } |