Hi, I’m using WooCommerce with your theme and I’m trying to remove the title ‘The Shop’ and the breadcrumbs from the top of the main Shop page. I’ve tried to add some CSS in but it’s not removing it. Would you mind taking a look for me?!! I’ll put the URL in a secure note as I’m building it on a temporary link.
Here’s the CSS I’ve tried:
.page-id-32 header.x-header-landmark {
display: none;
}
.shop header.x-header-landmark {
display: none;
}
Thanks!
