Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1146911

    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!!!

    • This topic was modified 5 years, 1 month ago by neushan.
    #1146966

    Hey neushan,

    Add this to quick css:

    .av-hamburger.av-hamburger--spin.av-js-hamburger{
    display:none!important!;
    }

    Best regards,
    Jordan Shannon

    #1148541

    Hmmm…code isn’t working…is there a brace missing?

    #1148545

    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

    #1148551

    Did that and still nope.

    #1148554

    Hi,

    You want to add it to quick css:

    Best regards,
    Jordan Shannon

    #1148560

    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.

    #1148566

    Hi,

    Try the following instead:

    .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1148575

    Success!!!!! Thank you so much Jordan not only for solving this, but the super quick responses as well. :) Cheers!

    #1148577

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Can't remove burger menu on mobile’ is closed to new replies.