Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #873114

    Hi there,
    we just noticed that our mobile header is not working. First of all, the colors are strange (it’s difficult to notice the header menu on mobiles). Secondly, it opens in a very strange way so it covers the whole theme. How can we fix that?

    Thanks a lot!

    #873641

    Hey grega165,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: white !important;
    }
    }

    Best regards,
    Rikard

    #873869

    Hi there, thanks for that. The header looks much better now. However, if you click on the 3 lines (hamburger) in the top right corner on your smartphone to open your menu, the menu is still unreadable.

    How can we fix that?

    Thanks!

    #874151

    Hi,

    Thanks for the feedback. Please try this as well:

    .av-burger-overlay-inner {
      background-color:white !important;
    }

    Best regards,
    Rikard

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