Home › Forums › Jevelin Theme › sub menus not working
Home › Forums › Jevelin Theme › sub menus not working
Hi,
If I add a sub-menu under “menus”, then go to my site, the actual sub-menu never displays. Please go to my site to see what I mean.
You’ll see I’ve created a sub-menu under “Photos”, but it never displays.
Solution for this topic
Hi @ukbballrulez33,
I hope you are well today and thank you for your question.
You have disabled it using YellowPencil Plugin which generated below custom CSS code.
#header-navigation .sh-nav ul { display: none !important; }
To resolve it either remove the below custom CSS code or add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation .sh-nav li:hover > ul.sub-menu { display: block !important; }
Best regards,
Shufflehound team
Solution for this topic
Thank you. I deleted the yellow pencil plugin and it works now.
You can close this thread.
You are most welcome here 🙂