This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
How would I change the font color of the menu on the mobile version only to white?
Hello,
Try to use this css code in Theme Options > Custom CSS > Global Custom CSS:
.mobile-nav li > a {
color: white !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up