Archived topic
Hide Off Canvas Panel button
3 replies · Started by metal on March 19, 2020
Viewing posts 1–4 of 4
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.
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 :)
Thank you!
No problem :)
This archived topic is closed to new replies.