Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hey @hamzaabbas
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
breadcrumb-component.breadcrumb-container.style--line_clamp_1.scroll-trigger.animate--slide-in {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @hamzaabbas
What breadcrumb do you want to remove? above Categories or below logo?
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Above Categories
This is an accepted solution.
Hey @hamzaabbas
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
breadcrumb-component.breadcrumb-container.style--line_clamp_1.scroll-trigger.animate--slide-in {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
It removed the breadcrumb from all collections, i want to remove on specific collections.
Here is the collection https://www.tridentproducts.co.uk/collections/deal-town-collection
id is 534802006282
Hi @hamzaabbas
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
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!
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.
@hamzaabbas Try this code
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
#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.
Bro, it's working now. Check the screenshot and mark the solution as resolved.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025