I’m using a plugin for my menu and would like to hide the enfold hamburger menu. Can you please advise on the CSS I’ll need to add.
Thank you!
Hey trishgray,
Add this to quick css:
.av-burger-menu-main{
display:none!important
}
Best regards,
Jordan Shannon
Hi Jordan,
That didn’t work. Any other suggestions?
Hi,
Adjust to this:
.av-burger-menu-main{
display:none!important;
}
Best regards,
Jordan Shannon