Tagged: breadcrumbs
Hi there, I’ve activated breadcrumbs display site wide since I’d like it to see them for all individual product pages. However there are some pages which I’d prefer them to be hidden.
It’s straight forward to turn them off for wordpress pages.
But how do I hide them for all my product category and product tag pages?
I’ve tried this as advised from previous similar questions, but doesn’t seem to work.
.post-type-archive-product .title_container {
display: none;
}
Oops. sorry.
I figured it from another of your previous replies. I’ll leave them here for others who might want the same in future.
.tax-product_cat .title_container {
display: none;
}
.tax-product_tag .title_container {
display: none;
}