Home Forums WoodMart support forum Text color on mobile menu Reply To: Text color on mobile menu

#176762

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .site-mobile-menu li.current-menu-item>a{
color:red;
}
body .site-mobile-menu .sub-menu li a {
    color: red;
}

Set the color as per your needs.

Best Regards