Hey Team
Unfortunately, when I reduce the browser width and the menu turns into a mobile menu, the text in the menu is not readable anymore.. I assume, it is grey and has the same color as the background and therefore its not visible.
in the gallery you can also see that the social icons disappear and are not coming back, even if I scale up the browser again.
can you help? thanks.
Hey mirotck,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
link in private content
Hi,
Thank you for the update.
Did you add this css code anywhere?
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
color: #212122;
}
This sets the font color of the mobile menu item to gray, same as the color of the mobile menu container. Please remove the css code, or add another css to override it.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
color: #ffffff;
}
Best regards,
Ismael