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

    Hello there! Is it possible to change the color of the burger menu to have a different color for each line? The three lines need to be each one of a different color. Thanks!

    #1195065

    Hey studiono,

    Try adding this CSS code, just replace the colors (they are arranged in order from top to bottom):

    #top .av-hamburger-box .av-hamburger-inner:before {
        background-color: red;
    }
    
    #top .av-hamburger-box .av-hamburger-inner {
        background-color: green;
    }
    
    #top .av-hamburger-box .av-hamburger-inner:after {
        background-color: blue;
    }

    Best regards,
    Nikko

    #1195118

    it works, great! thanks Nikko!

    #1195180

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.