Introduction
BuddyBoss does not include a built-in setting to hide WooCommerce breadcrumbs. If you prefer a cleaner layout without breadcrumbs on WooCommerce pages, you can use a simple CSS snippet to remove them.
Custom Workaround
- In your WordPress admin, go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Add the following CSS:
.woocommerce-breadcrumb {
display: none;
}- Click Save Changes
Troubleshooting and FAQs
Q: The breadcrumbs are still visible. What should I check?
A: Clear your site cache, caching plugin, and any CDN cache. Also confirm that the CSS was saved correctly and that CSS is enabled in Theme Options.
Q: Will this hide breadcrumbs on non WooCommerce pages?
A: No. This CSS only targets WooCommerce breadcrumbs.
Q: Can I hide breadcrumbs only on specific WooCommerce pages?
A: Yes. You can refine the CSS selector to target specific pages such as product or shop pages.
Q: Who can I contact if I need more help?
A: You can submit a support ticket through your BuddyBoss account dashboard for further assistance.