Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #705660

    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!

    #705952

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.