Hey,
I’d like to remove the .x-header-landmark section from certain pages on my WooCommerce store:
I’ve managed this ok on the main shop page and on product pages using this:
.post-type-archive-product .x-header-landmark,
.single-product .x-header-landmark {
display: none;
}
…But I’m at a loss as to how I do this on some other pages:
- Product archives
- Cart page
- Checkout
Any help greatly appreciated.
Marc