Where can I change the color of the mobile menu icon (three lines)?
In my case it’s black, despite every other item being white (see screenshot).
Hey apajo,
Please try the following in Quick CSS under Enfold->General Styling:
.header_color .av-hamburger-inner {
background-color: #fff;
}
Best regards,
Rikard
Hi Rikard
Thank you for your quick reply.
I tried that but now the hamburger is both black and white (see screenshot).
Hi apajo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .header_color div .av-hamburger-inner,
#top .header_color div .av-hamburger-inner::before,
#top .header_color div .av-hamburger-inner::after {
background-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria