Home › Forums › Jevelin Theme › 3D Menu
Home › Forums › Jevelin Theme › 3D Menu
Hey!
How can I make the drop-down menu appear 3D? We want to add a bit of shadow if possible?
Thank you!
Hi @vesna,
I hope you are well today and thank you for your question.
You have to develop custom code to make the menu 3d.
We can apply shadow on it developing CSS code.
Could you please share me your site URL where you want to apply it and tell me how you want to apply shadow on menu so that i can help you to achieve it?
Best regards,
Shufflehound team
This is the website: http://www.lyl.wff.mybluehost.me/
I just want a shadow in the drop-down menu (in the grey squares, if you hower over Sunglasses for example).
You can achieve it by adding 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
.sh-header .sh-nav ul.sub-menu { box-shadow: 0px 4px 10px #8d8d8d; }