Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #942248

    Hi

    Is it possible to change the burger menu so the 3 lines are slightly thicker.

    Thanks

    Huw

    #942258

    have a look if this fits your whishes:

    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 40px;
        height: 5px;
    }
    
    .av-hamburger-inner::before {
        top: -12px;
    }
    .av-hamburger-inner::after {
        bottom: -12px;
    }

    the hight is what you asked for , width is clear – and top and bottom values determines the distance

    #942407

    Hi,

    Thanks again for sharing @guenni007 :-)

    Did you have any luck with that @ehdavies?

    Best regards,
    Rikard

    #942447

    This is great Guenni. Many thanks for your help!

    Huw

    #942906

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #942908

    Please close Rikard. Many thanks

    #943365

    Hi,

    Thanks for the feedback. I’ll close this for now.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Thickness of three lines on burger menu’ is closed to new replies.