This topic has 6 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
As the title says my mobile version has a black side bar with links showing black. Please let me know how I can have this fixed as most of my customers are mobile users.
I have added my website in privacy area along with login credentials incase you can fix this.
Thanks so much for all the support. My website is almost 100% completed.
Hello,
I’ve added this code in custom.css file:
@media (max-width: 480px) {
.menu > li > a {
color: white;
}
}
@media (max-width: 992px) {
.menu > li > a {
color: white;
}
}
Please check your site now.
Regards,
Eva Kemp.
I have the same issue … followed your advice from above but no difference (still black text on mobile menu) BTW: I also “enabled” custom CSS on the wp theme options.
Hello @VP,
Did you put code into custom.css file or default.custom.css?
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
@Robert Hall,
Thank you for the prompt reply. It was default.custom.css but I changed it to custom.css and it worked.
Great Job guys!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Black words on mobile side menu’' has been successfully resolved, and the topic is now closed for further responses