How to remove the Dropdown arrow icon from header menu items?
-
I want to remove the dropdown arrow icon that appears at the right of the element name in the header menu when it has extra menu list.
Please help.
Thank you
Hello,
Please provide your site link and specify which menu you mean?
Best Regards
Please see attached. Those drop-down arrow icons.
I want to work as it is right now (i.e. when hover, the menu drops down), just that I want to remove the arrow icons so they are not visible.
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this CSS to Theme Settings > Custom CSS
.woodmart-navigation .item-level-0.menu-item-has-children>a:after{
display:none!important;
}
If the code does not work please provide your site admin.
Best Regards