Archived topic
How To Remove Primary Header From Mobile (Not Main Site)
1 reply · Started by Fraser on January 29, 2020
Viewing posts 1–2 of 2
Hello! I was stuck on the setting, I do not want the primary menu to show on Mobile (only on Desktop) how do I do this in the setting? Thanks!
Hi there,
This CSS is required:
@media (max-width: 768px) {
#site-navigation {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.