Hi
Can you give me the right CSS code to change the color of the text on my mobile menu. Right now its white on a white background. I have tried this but it doesn’t work:
#mobile-advanced {
color: #a11b1b;
}
Thanks,
Hey ginnywills!
Can you please share us a link of your web site, so we can be able to help you out?
Thanks a lot
Best regards,
Basilis
I am having the exact same issue. Please advise!
Hello? Anyone there?
Hi,
Try adding this css code at the bottom of Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#mobile-advanced a {
color: #333;
}
}
Hope this helps.
Best regards,
Nikko
I did that but it still did not help. I can see that it looks like it should work, but its still white. Its like its being overridden from somewhere else?
Hi,
Can you try to replace the code I gave to this one:
@media only screen and (max-width:767px) {
#top #mobile-advanced a {
color: #333 !important;
}
}
Let us know if this works.
Regards,
Nikko
FYI – that did not work either but I was able to change the background color with that same code and that did work. Thanks,
That worked for me. Thank you!
Hey!
happy we can help.
Please do remember to rate our theme at themeforest.
Let us know if we can help you further by creating a new ticket.
Thanks a lot
Cheers!
Basilis