Vantage
Under Appearance > Theme Settings > Navigation, uncheck ‘Search in menu’.
To restore the full width background on the menu, go to Mega Menu > Menu Themes, select your active menu theme and insert the following into the Custom Styling section:
1 2 3 4 5 6 7 |
@include desktop { .site-navigation { @include background($container_background_from, $container_background_to); margin-right: -35px; margin-left: -35px; } } |