Hi,
I’m wondering how I can get breadcrumbs to show only on the shop category, subcategory, and product pages.
Thanks,
Amanda
Hey Amanda,
I don’t see breadcrumbs enabled anywhere, can you point where do you want them removed?
Best regards,
Josue
Hi Josue,
I had disabled them, but enabled them again. I am wanting them to show up only in the shop section of the site on subcategory or product pages.
Hey!
Try adding this code to the Quick CSS:
.title_container {
display: none;
}
.woocommerce-page. title_container {
display: block;
}
Cheers!
Josue
Hi guys,
I’m after the same solution: to only show breadcrumbs on the individual product pages. The above isn’t working for me, would you have any other suggestions?
Thanks.