Site logo

[Support request] removing hamburger menu for mobile on all pages

Home Forums Support [Support request] removing hamburger menu for mobile on all pages

Home Forums Support removing hamburger menu for mobile on all pages

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

    Hello,
    How can I remove hamburger menu for mobile on all pages?
    Can I put a ‘display: none;’ somewhere in the css file?
    Thanks,

    #2508875
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation .menu-toggle {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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