Hi
Is it possible to change the colours of each of the three bars on the burger menu? Wondering if I can colour each in a slightly different blue. I can only figure out how to change the colour of the whole thing.
June
Hey june,
Please change the color value in the below code and add this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-hamburger-inner:before {
background:red;
}
#top .av-hamburger-inner:after {
background:blue;
}
#top .av-hamburger-inner {
background:gold;
}
Best regards,
Vinay
Nice, thanks a ton for this. All working.
Hi,
I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon