Home › Forums › WoodMart support forum › How to remove the Dropdown arrow icon from header menu items? › Reply To: How to remove the Dropdown arrow icon from header menu items?
April 13, 2018 at 6:24 pm
#52436
Elise Noromit
Member
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