Home › Forums › Jevelin Theme › How to delete dropdown menu arrow
Home › Forums › Jevelin Theme › How to delete dropdown menu arrow
Hi support, can you give the short css code for delete the arrow on the dropdown menu?
thnaks
Solution for this topic
Hi @celic,
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
.sh-nav li.menu-item-has-children > a:after, .sh-nav li.menu-item li.menu-item-has-children > a:after { display: none; }
Best regards,
Shufflehound team
It works, many thanks.
You are most welcome here 🙂