There is 2 Breadcrumbs showing on collection page. How i can remove one from specific collection?
https://www.tridentproducts.co.uk/collections/deal-town-collection
A user encountered duplicate breadcrumbs appearing on a specific Shopify collection page and wanted to remove one while keeping breadcrumbs on other collections.
Initial Solutions Offered:
Resolution:
#HeaderCollectionSection-template--19028004307210__banner breadcrumb-component with display:noneKey Takeaway: The solution required targeting the specific collection’s header section ID rather than applying a global breadcrumb hide rule.
There is 2 Breadcrumbs showing on collection page. How i can remove one from specific collection?
https://www.tridentproducts.co.uk/collections/deal-town-collection
Hi @hamzaabbas
What breadcrumb do you want to remove? above Categories or below logo?
Hey @hamzaabbas
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @hamzaabbas
breadcrumb-component.breadcrumb-container.style--line_clamp_1.scroll-trigger.animate--slide-in {
display: none;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Above Categories
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
It removed the breadcrumb from all collections, i want to remove on specific collections.
It removed the breadcrumb from all collections, i want to remove on specific collections.
So, tell me the name of that specific collection.
Here is the collection https://www.tridentproducts.co.uk/collections/deal-town-collection
id is 534802006282
@hamzaabbas Try this code
#HeaderCollectionSection-template--19028004307210__banner breadcrumb-component.breadcrumb-container.style--line_clamp_1.scroll-trigger.animate--slide-in {
display: none;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
It’s not working.