Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1083791

    Hi,

    Can you please help me fix the background color of the header in the burger menu when visited from a mobile device? I have also set up the transparency option (for desktop) when I scroll down the page. By default the links in the menu are white, the header bar/logo area is transparent, and when I scroll down it becomes white, and the menu links are grey.

    I’m also attaching a screenshot: https://i.imgur.com/4sGIvyL.jpg
    Envato version 4.5.4

    Thanks for any help

    • This topic was modified 5 years, 7 months ago by zmitzie.
    #1084513

    bump

    #1084948

    Hi,

    Have you done any changes on the CSS?

    Best regards,
    Basilis

    #1084951

    No, but I’ve set some values in Advanced Styling, and I’ve also made changes in the General Styling in some colours. Would you like to know what these are? Should I change something specific?

    Thanks,

    #1085080

    Hi zmitzie,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #wrap_all .av-burger-overlay-scroll {
        background-color: rgba(0,0,0,0.9);
      }
    }

    just change the background color as you see fit :)

    Best regards,
    Nikko

    #1085101

    It’s perfect, thanks a lot!

    #1085233

    Hi zmitzie,

    We’re glad to help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Background color in mobile burger menu in header is messed up’ is closed to new replies.