This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hi My mobile menu text color is grey and therefor not visible, where can i change the color to white text? https://gyazo.com/d3d614c7c94d6d056dcdddb8c90ce5c2
thanks
Hello,
You can add this code in Custom css for mobile:
.mobile-nav-heading.close-mobile-nav {
color: white;
}
.mobile-nav li a {
color: white;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up