Search for: Log In Free Support [Resolved] Hide Off Canvas Panel button Home › Forums › Support › Hide Off Canvas Panel button This topic has 3 replies, 2 voices, and was last updated 1 year ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 19, 2020 at 1:57 pm #1199981 David 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. March 19, 2020 at 2:17 pm #1199994 LeoStaff 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 π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 19, 2020 at 2:18 pm #1199995 David Thank you! March 19, 2020 at 2:20 pm #1199998 LeoStaff Customer Support No problem π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In