Archived topic
Hide default Woocommerce breadcrumbs
9 replies · Started by Tom on January 14, 2019
Hi,
I'm using Elementor to generate a header for my shop (Woocommerce) pages, and the header contains the Woocommerce breadcrumbs (Yoast breadcrumbs used elsewhere on my site don't work on shop pages, for some reason). I'd like to disable the display of Woocommerce breadcrumbs in the page content, since they're already being displayed in the header. Please can you let me know how to do this. I've looked through the GP settings and cant find anything which affects it there. Code snippets I've found elsewhere either don't work, or disable the Woocommerce breadcrumbs entirely (in header and content).
Thanks for your help!
Tom
Hi there,
Your site requires login and password so I can't see it.
If it's the default WooCommerce breadcrumbs then you should be able to turn it off using the customizer setting here:
https://docs.generatepress.com/article/woocommerce-overview/#general
Let me know if this helps :)
Hi Leo,
Thanks for the reply.
That setting has no effect, so I'm not sure how to proceed.
Please let me know how I can securely share my staging login with you, so you can see the issue.
Thanks,
Tom
You can e-mail access through Account Issues here:
https://generatepress.com/contact/
Make sure to include the URL of this topic.
Sorry Leo, you mean via the 'pre-sale question' form? Just making sure.
Thanks,
Tom
Account Issue would be better:
https://www.screencast.com/t/H3y3i8Xe
Message sent, thanks Leo.
That's actually not the default WooCommerce breadcrumbs.
I believe it's from Yoast.
You can hide it with this CSS:
.single-product .breadcrumb {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect, thanks Leo!
No problem :)