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

    Hi there!
    I updated a website for a client, and after the update the drop-down menus are not showing (i can not figure out where to change colors on them now, and they appear to be white – therefore not showing up.

    And, the burger menu on mobile is so so transparent, som it is practically not not showing for the visitors on mobile.

    So there is a menu issue here.

    #944265

    Hey annsissel,

    Add this to quick css:

    .sub-menu{
    opacity:1!important;
    }
    
    .av-burger-overlay{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

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