Hello @jimbillybob,
Thank you for reaching out!
I don’t see any changes to breadcrumbs recently, so this could be coming from your theme. Nonetheless, you can use this snippet to remove WooCommerce breadcrumbs altogether. :)
Make sure to add them in a plugin like Code Snippets instead of your functions.php file so they’re not removed when you update.
Hope this helps!
I maneged to get rid of the crumbs with a css snippet.
Still there shoud be a setting in Woo to switch it of. I prefer this instead of using a snippet.
the site mentions.
I cant find the setting, where is it ?
The first way is to go to “WooCommerce” > “Settings” > “Layout“. From here, you can uncheck the “Enable Breadcrumbs” option. This will disable breadcrumbs sitewide, and they will no longer appear on any pages of your website.
https://www.websitebuilderinsider.com/how-do-i-get-rid-of-breadcrumbs-in-woocommerce/
Hi @jimbillybob
I maneged to get rid of the crumbs with a css snippet.
Still there shoud be a setting in Woo to switch it of. I prefer this instead of using a snippet.
I’m glad to hear that you managed to hide the breadcrumbs using a CSS snippet. However, I understand your preference for a built-in option to disable it. As of now, WooCommerce doesn’t offer a direct setting to switch off the breadcrumbs.
The CSS or code snippet is the recommended method to hide breadcrumbs. However, we always strive to improve our plugin according to users’ needs.
With regards to improving WooCommerce default features, you can submit a request on our Ideas Board and add your vote(s) to it. The more popular an idea becomes, the more of a priority it is for our developers to review it. You can find the Ideas Board at: https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md#feature-requests-
I cant find the setting, where is it ?
The first way is to go to “WooCommerce” > “Settings” > “Layout“. From here, you can uncheck the “Enable Breadcrumbs” option. This will disable breadcrumbs sitewide, and they will no longer appear on any pages of your website.
For this guide, they’ve incorporated an extra plugin, WooCommerce Breadcrumbs. As soon as you install this plugin, you’ll discover the option they’ve pointed out in their tutorial.
I hope this provides some clarity on the matter. If you have any other questions or need further assistance, please don’t hesitate to ask.