Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #419532

    Hi,

    I’ve added a sidebar widget for custom menu. But I’d like to the submenus until parent menu is clicked/opened.

    How can I achieved this on enfold?

    Regards

    #420017

    Hey Peter!

    Add this to your custom CSS.

    #top aside .sub-menu { display: none; }
    #top aside .current-menu-item .sub-menu { display: block !important; }
    

    Regards,
    Elliott

    #420382

    Too great… worked perfectly (”,) Thank you very much….

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide submenu until parent menu is selected on the sidebar’ is closed to new replies.