This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi (again),
Is there a way of removing Breadcrumbs from
a/ Just the Product pages
b/ From the entire site
Thanks!
Hello,
a) If the breadcrumbs will be removed from Shop page, they will be also removed from a single product page. If you agree you need add the code in custom.css:
.woocommerce-breadcrumb {
display: none;
}
b) Add this code in custom.css file:
.breadcrumbs {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Hello Eva,
That’s great, thanks for all your help.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: breadcrumbs, optimization, removal, themes, woocommerce, wordpress
The issue related to '‘Removing Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses