This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson
How do I go about disabling Breadcrumbs?
Hello,
To disable breadcrumbs on shop page you can add the following code into the custom.css:
.woocommerce-breadcrumb {
display: none;
}
To disable breadcrumbs on other pages you can add the following code into the custom.css:
.breadcrumbs {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
You must be logged in to reply to this topic.Log in/Sign up