Hi,
Is it possible to style the burger menu icon like the one shown on this website?
https://www.the-connaught.co.uk/
I want the menu icon to look similar and I also want the Menu to be written on the side of this burger menu.
Your help will be appreciated.
Hey,
I added following code to Quick CSS field
.av-burger-menu-main strong {
display: block;
position: relative;
left: 42px;
}
.av-burger-menu-main .is-active strong {
display: none;
}
.av-hamburger-box {
display: inline-table;
}
.av-hamburger-inner {
width: 18px;
}
.av-hamburger-inner::before, .av-hamburger-inner::after {
width: 30px;
left: -6px;
}
.is-active .av-hamburger-inner::before,.is-active .av-hamburger-inner::after { width: 100%; left: 0; }
Please review your website :)
Best regards,
Yigit