This topic has 7 replies, 3 voices, and was last updated 9 years, 12 months ago ago by Robert Hall
Hello,
I updated to the latest version and everything is good so far except when I look at the site on a mobile phone or iPad. When you click on the navigation menu it turns black and the menu items’ names turn a dark grey and I can’t read them. Where do I adjust colors for this?
Login credentials in Private content.
Thank you,
Andrea
Hello,
Please add this code into custom.css file:
.et-mobile-menu li a {
color: white !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
That works, but the hover/active color is not appearing now. Do I need more code for that?
And also the ACCOUNT, SIGN IN and REGISTER are still in the dark grey color.
Thanks, Andrea
Hello,
I’ve added following code into custom.css file. Check it.
.mobile-nav .links li a, .mobile-nav-heading{
color:#fff !important;
}
.et-mobile-menu li a:hover, .mobile-nav .links li a:hover, .mobile-nav-heading:hover{
color:#BC6528 !important;
}
Regards,
Robert Hall.
Perfect! Thank you so much.
Andrea
Hello,
You’re welcome!
We will be very grateful if you could leave a rating for our theme and your review.
http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
Regards,
Robert Hall.
The issue related to '‘Mobile Menu question’' has been successfully resolved, and the topic is now closed for further responses