Expired
Hello,
how can I remove the shadow and borders (not sure if there are any or if it just shadows) from the submenu?
Thank you for Help! Bernd
To remove the box shadow from sub-item i added this code:
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul { box-shadow: none !important; }
into your custom css box. Please check it.
Best regards!
Great again, Mihaila
Thank you Bernd
You must be logged in to reply to this topic.