Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1245893

    Hi, I wanted to know how to make the secondary menu in the sidebar with the drop-down opening.

    Thanks.

    #1246042

    Hey brand,

    Please use the Navigation Menu widget.
    Then in Enfold > General Styling > Quick CSS, add this code:

    #top .widget_nav_menu ul.sub-menu, 
    #top .widget_nav_menu ul.sub-menu > ul.sub-menu {
        display: none;
    }
    
    #top .widget_nav_menu li:hover > ul.sub-menu {
        display: block;
    }

    Best regards,
    Nikko

    #1248142

    Thank you very much. It’s perfect.

    #1248152

    Hi brand,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Menu’ is closed to new replies.