Home › Forums › Jevelin Theme › Removing the line under the dropdown menu
Home › Forums › Jevelin Theme › Removing the line under the dropdown menu
Is it possible to remove the line that shows up in the drop-down menu?
http://sweetme.creativeflowmedia.org/
Solution for this topic
Hi @shanticfm,
I hope you are well today and thank you for your question.
You can remove 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
#page-container .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover { border-bottom: 0 !important; }
Best regards,
Shufflehound team
Thank you. What about mobile?
Solution for this topic
For mobile please use the below custom CSS code.
.sh-nav-mobile li:after, .sh-nav-mobile ul:before { display: none!important; }
Thank you!
You are most welcome here 🙂