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:
body.mega-menu-main {
.main-nav-buttons,
.main-nav-icons,
.mobile-menu-btn,
#searchform {
display: none;
}
#main-nav {
min-height: 0px;
}
}