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?

#254520

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