Home › Forums › WoodMart support forum › How can i disable the arrow and the width in the dropdown? › Reply To: How can i disable the arrow and the width in the dropdown?
December 29, 2020 at 4:23 pm
#254520
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .menu-simple-dropdown .sub-menu-dropdown,
body .menu-simple-dropdown .sub-sub-menu {
width: 320px;
}
I have checked the site and I do not see the arrows in your main menu, please clarify.
Best Regards