Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1149890

    Hi,

    is there a way to make the 3 stripes of the hamburger menu icon thicker and reduce the vertical distance between the stripes?

    #1150025

    Hey elskeletto1,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-hamburger-inner {
        height: 5px;
    }

    Best regards,
    Rikard

    #1150068

    Hi Rikard,
    this only makes the stripe in the middle thicker but not the two outer stripes. All three stripes should be of the same thickness.

    Best regards,
    Michael

    #1150575

    Hi Michael,

    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

    
    .av-hamburger-inner,
    .av-hamburger-inner:before,
    .av-hamburger-inner:after {
        height: 5px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1151109

    Hi Victoria,

    this is exactly what I was looking for.

    Best regards,
    Michael

    #1151204

    Hi Michael,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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