This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hi,
I would like to change text color in mobile menu from black to white. Now it’s black text on black background which made my menu invisible.
I tried a bunch of codes I found in the forum but none of them seemed to work.
Regards,
K.H.
Hello,
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.mobile-nav li a, .mobile-nav-heading {
color: #FFF !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up