Replies: 0
Hi,
I’m trying to make the background of the hamburger transparent. So far I’ve got this…
.animatedfsmenu .animatedfsmenu-navbar-toggler {
background: transparent !important;
}
It works until you hover over the menu and then a white background appears. Any help much appreciated.