Archived topic
Hide header on Mobile WooCommerce
4 replies · Started by Coen on September 24, 2019
Hi,
I have this CSS in place:
@media (max-width: 768px) {
.woocommerce .site-header {
display: none!important;
}
}
However, on mobile, my header still shows on WooCommerce.
Do you know why and could you help me hide it?
Thanks!
Cheers,
Coen
Hi there,
Try adding this as well:
body.woocommerce #mobile-header {
display: none !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Yes that worked!
Thanks so much.
Cheers,
Coen
Topic resolved.
No problem :)