Archived topic
header and footer in Woo
3 replies · Started by Ignacio on October 26, 2018
Viewing posts 1–4 of 4
Hi
Is there an option to remove the header and footer from the woocommerce cart?
Regards
Hi there,
No options but we can use this CSS:
body.woocommerce-checkout .site-header, body.woocommerce-checkout .site-footer {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Hi Leo
Ok thanks.
I'll do it via css as you propose.
But it would be a good option to add and remove from the customizer.
Regards
No problem :)
This archived topic is closed to new replies.