This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
How can I change the Font color of the Mobile menu. Currently it is black on black except the highlighted color. How can this be changed so it is white on black with the highlighted color remaining blue like it is?
Hello,
please add following code to your custom.css file:
.mobile-nav-heading.close-mobile-nav{
color:white
}
.menu > li > a{
color: white
}
.menu > li > a:hover{
color: #5ea2c9
}
To create “custom.css” you can rename the file “default.custom.css” which is located in theme directory. After that please activate it in Theme options > Custom css > enable.
Regards,
Stan Russell.
I did as instructed and it changed the header to white, but the rest of the fonts are still black on black.
Hello,
Please add this code in custom.css file:
.et-mobile-menu li a {
color: white !important;
}
Regards,
Eva Kemp.
Tagged: best selling, black, mobile menu, persuasive, themes, woocommerce, woopress
You must be logged in to reply to this topic.Log in/Sign up