[Resolved] Hide Off Canvas Panel button

Home Forums Support [Resolved] Hide Off Canvas Panel button

Home Forums Support Hide Off Canvas Panel button

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

    How can I hide the off canvas panel button in the header on desktop only using CSS? I have a specific setup so I cannot change the setting of the off canvas panel to mobile only.

    #1199994
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .main-navigation li.slideout-toggle {
            display: none;
        }
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1199995
    metal

    Thank you!

    #1199998
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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