Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199899

    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!

    #1199932

    Hey trishgray,

    Add this to quick css:

    .av-burger-menu-main{
    display:none!important
    } 

    Best regards,
    Jordan Shannon

    #1200278

    Hi Jordan,

    That didn’t work. Any other suggestions?

    #1200311

    Hi,

    Adjust to this:

    .av-burger-menu-main{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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