Home › Forums › WoodMart support forum › how to remove header menu arrow › Reply To: how to remove header menu arrow
May 23, 2023 at 1:12 am
#469019
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-header-main-nav .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
content: none;
}
Best Regards