MetroStore
When MMM is enabled for the primary menu, you’ll see a duplicate menu at the top of the page and the theme mobile menu will be disabled.
To fix both issues, go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 4 5 6 7 8 9 |
body.mega-menu-primary > #mega-menu-wrap-primary { display: none; } body.mega-menu-primary .mm-toggle-wrap { display: none !important; } body.mega-menu-primary .mainnav { display: block !important; } |