Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #919870

    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.

    #919902

    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

    #919920

    It worked! Thanks!

    #919928

    Could you please reopen my previous thread from an hour ago called : “Top menu hidding product filter plugin”

    Still have an issue. Thank you

    #919980

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.