Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #940559

    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

    #940638

    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

    #942637

    Nice, thanks a ton for this. All working.

    #942638

    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

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