Home Forums WoodMart support forum Sub menu and sticky bar Reply To: Sub menu and sticky bar

#341467

Hello,

Sorry for the misunderstanding.

To change the color try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.wd-nav-vertical>li.menu-item-has-children>a:after {
    color: white;
}

Best Regards