This topic has 6 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
After the update, the font on my site on mobile navigation went completely black. I’ve tried the following custom css but it didn’t work:
.mobile-nav .menu > li > a {
color: white;
}
.et-mobile-menu li > a{
color:white !important;
}
@media (max-width: 480px) {.menu > li > a {
color: white;
}}
@media (max-width: 992px) {.menu > li > a {
color: white;
}}
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Check Private Content
Hello,
You forget to rename default.custom.css file to custom.css file.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank You for the quick response !
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: black font, menu, navigation, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up