Hi,
My website is all working great, but when I’m on mobile (ios) the text inside the main menu is not visible.
It all functions fine (ie you can link through to all the pages), you just can’t see the text for each of the links. It could potentially be white text on white, but the menu text is green on the desktop / tablet version, so I don’t think it’s that.
Have searched other threads and tried various bits of quick CSS, but nothing seems to work
Thanks!
Hey JimmyW1984!
Thanks for reaching out to us.
I visited your site and the mobile menu text is set to white. So it is just a matter of white text on a white background. Please add the following CSS to the Quick CSS field:
#mobile-advanced a, #mobile-advanced .mega_menu_title {
color: #B32B2B;
}
Change the value of the color to the color you want. Let me know if you need further assistance.
Best regards,
Jordan
Hi Jordan,
Thanks for the quick reply.
I’ve tried adding that CSS but it still doesn’t work. Have cleared cache and refreshed a few times with no luck.
Any other ideas?
Cheers
James
Hi!
Please use the below CSS in Quick CSS
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: #000000!important;
}
Best regards,
Vinay Kashyap
Thanks again. Still no luck I’m afraid. Any other ideas?
Don’t worry, it’s sorted now. Thanks for the help!
Hi!
Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay Kashyap