• The menu shows a hamburger that, when clicked, opens an off-page menu. We don’t want this. How do we disable it and remove the hamburger?

    Thanks for helping.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Ivan,

    Please go to Appearance > Customize > Additional CSS and add the following:

    .side-panel-li {
        display: none;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the off-page hamburger’ is closed to new replies.