Tagged: Burger Menu
I’ve added the below in quick CSS and it’s still there.
#advanced_menu_toggle, #advanced_menu_hide {
visibility: hidden !important;
}
I’ve combed through the support threads and tried everything suggested. Any help would be so appreciated!!!
Hey neushan,
Add this to quick css:
.av-hamburger.av-hamburger--spin.av-js-hamburger{
display:none!important!;
}
Best regards,
Jordan Shannon
Hmmm…code isn’t working…is there a brace missing?
Hi,
Did you add the code to the very top of quick css so it runs first. Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Did that and still nope.
ugh..still not working. My mistake putting it in the wrong place, but it is definitely in the Quick CSS now. Cleared cache etc…still nope.
Hi,
Try the following instead:
.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon{
display:none!important;
}
Best regards,
Jordan Shannon
Success!!!!! Thank you so much Jordan not only for solving this, but the super quick responses as well. :) Cheers!
Hi,
No problem at all my friend, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon