Hi, I’m working on a site and I want to remove the header from the WooCommerce pages. I’ve tried some CSS already but it’s not working!
.woocommerce .x-header-landmark {
display: none;
}
I’ll put the URL in a secure note as it’s being built on a temp link, but I don’t want the title ‘The Shop’ or the breadcrumbs showing.
Thanks!