Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1262326

    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.

    #1262504

    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

    #1263030

    sure! sorry, the link went missing

    here is the website:

    thanks for your help!

    #1263031

    link in private content

    #1264663

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.