screenshot – https://ibb.co/w7DhZ9Q
how do i change the font color on mobile menu hover from white to black so it is legible?
url below
Hey navindesigns,
The site you linked to doesn’t seem to be running Enfold, please activate Enfold so that we can have a closer look.
Best regards,
Rikard
It is an enfold site (very customized one)
Hi navindesigns,
I have checked on it as well, however, it looks more like twenty-twenty-two theme and the elements are built using gutenberg.
Best regards,
Nikko
so sorry, please see correct link now below
Hi navindesigns,
No worries, please try to add this CSS code in Enfold > General Styling > Quick CSS:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
background-color: black;
}
Best regards,
Nikko
i added it but i dont see no difference
can u take a look?
Hi navindesigns,
Yes, I have checked on it and when tapping on it on mobile I don’t see the white background anymore but I don’t see any change in background color.
I inspected it and it seems the background color stays the same with this CSS code:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
background-color: #032d57!important;
}
I think you’ll need to clear the cache in your mobile browser to see the changes.
Best regards,
Nikko