Home › Forums › WoodMart support forum › Text color on mobile menu › Reply To: Text color on mobile menu
February 27, 2020 at 10:19 pm
#176762
Elise Noromit
Member
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