Hi,
I’m trying to hide the theme burger icon on mobile, because i am usins a responsive menu plugin.
I added this custom CSS:
@media only screen and (max-width: 767px){
.av-burger-menu-main{
display:none!important;
}}
But it doesn’t work.
Hey Julien,
Perhaps the following will work in this situation:
.av-hamburger.av-hamburger--spin.av-js-hamburger{
display:none!important;
}
Best regards,
Jordan Shannon
It worked! Thanks!
Could you please reopen my previous thread from an hour ago called : “Top menu hidding product filter plugin”
Still have an issue. Thank you
Hi,
Great I’m glad my solution worked for you. Allow me a bit of time to find the original thread.
Best regards,
Jordan Shannon