Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1349379

    Hello, I am using a plugin menu, and need therefor to be able to hide the enfold menu on mobile…
    How do I do that :)

    #1349396

    Hey limedrop,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

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

    Best regards,
    Yigit

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