Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1422119

    Hello, is it possible to make the lines of the mobile burger menu white?

    #1422172

    Hey gfriend70,

    Thank you for the inquiry.

    You can add this css code to adjust the color of the mobile burger menu.

    .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
        background-color: #ffffff;
    }

    Best regards,
    Ismael

    #1422225

    Hello, thank you but that hasn’t worked. I have cleared the website cache and browser cache.

    #1422248

    Hi,

    Please try this instead:

    .av-hamburger-inner, .av-hamburger-inner:before, .av-hamburger-inner:after {
        background-color: white !important;
    }

    Best regards,
    Rikard

    #1422353

    That has worked. Thank you.

    #1422364

    Hi,

    Great! Glad to know that the modification is working. Let us know when you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Burger menu colour’ is closed to new replies.