This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi, on the mobile version of my site the menu background colour and text colour are the same and viewers are unable to read the menu.
How do I change this?
Thanks
Hello,
As I see, your mobile menu colors are different http://prntscr.com/ds4r78
Was your problem resolved?
Regards,
Rose Tyler.
Hi,
Yes I worked out how to change the menu colours in theme options. However in changing the colour for the menu on the mobile version it also changes it on the desktop. Is there anyway to have two different colours, say black on the desktop and white on the mobile. Or alternatively to change the mobile menu background colour so that you can read the black text?
Hello,
Please add this code in custom.css file:
.mobile-nav .et-mobile-menu li > a {
color: white;
}
.close-mobile-nav.close-block {
color: white;
}
How to create custom.css you can watch in this tutorial
https://www.youtube.com/watch?v=Qok2zRedRMY
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up