Hi,
is there a way to make the 3 stripes of the hamburger menu icon thicker and reduce the vertical distance between the stripes?
Hey elskeletto1,
Please try the following in Quick CSS under Enfold->General Styling:
.av-hamburger-inner {
height: 5px;
}
Best regards,
Rikard
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
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
Hi Victoria,
this is exactly what I was looking for.
Best regards,
Michael
Hi Michael,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria