Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1163979

    Hi team,

    I’ve noticed our drop-down menu on mobile site has changed. It used to be blue #005daa with white text and now everything is white and you can’t see the text at all.

    You can view the image here

    #1164107

    Hey Lara,

    Please go to Enfold theme options > Performance, disable “CSS file merging and compression” and flush cache.

    You could change menu item color on mobile by using following code in Enfold theme options > General Styling > Quick CSS but setting it in theme options should work

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #005daa;
    }

    Best regards,
    Yigit

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