Hi, I wanted to know how to make the secondary menu in the sidebar with the drop-down opening.
Thanks.
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
Thank you very much. It’s perfect.
Hi brand,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko