Tagged: double menu
Hi, I’ve created a sidebar menu with a plugin to get the accordion dropdown style. I’ve placed it as the widget in “display everywhere” – but i can’t figure out how to turn off the default menu. As you see here, both are visible on all pages. Can you please take a look here? http://larysasendich.com/
I’d like the top one to disappear and for the widget menu to move up in that spot.
thank you!
Hey lmanney,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-menu.av-main-nav-wrap {
display: none;
}
Best regards,
Jordan