Hello, is it possible to make the lines of the mobile burger menu white?
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
Hello, thank you but that hasn’t worked. I have cleared the website cache and browser cache.
Hi,
Please try this instead:
.av-hamburger-inner, .av-hamburger-inner:before, .av-hamburger-inner:after {
background-color: white !important;
}
Best regards,
Rikard
That has worked. Thank you.