Bard
Fix Double Menu
Go to Mega Menu > Menu Locations. Expand the “Main Menu” location and go to the “Advanced” tab. Set the Active Menu Instance to 1.
Next go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 4 5 6 7 8 9 10 11 |
body.mega-menu-main { .main-nav-buttons, .main-nav-icons, .mobile-menu-btn, #searchform { display: none; } #main-nav { min-height: 0px; } } |