Home › Forums › WoodMart support forum › How to remove the dropdown icon on the menu if I have the sub cagetories › Reply To: How to remove the dropdown icon on the menu if I have the sub cagetories
October 9, 2024 at 11:03 am
#603636
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-nav >li.wd-has-children>a:after, .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
display:none;
}
Best Regards