There is 2 Breadcrumbs showing on collection page. How i can remove one from specific collection?

Solved

There is 2 Breadcrumbs showing on collection page. How i can remove one from specific collection?

hamzaabbas
Excursionist
52 0 5

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

 

shopify 21.jpg

Accepted Solution (1)

Moeed
Shopify Partner
6533 1774 2146

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:

Moeed_0-1734076656772.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 12 (12)

Dan-From-Ryviu
Shopify Partner
10749 2126 2245

Hi @hamzaabbas 

What breadcrumb do you want to remove? above Categories or below logo?

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

hamzaabbas
Excursionist
52 0 5

Above Categories 

 

Moeed
Shopify Partner
6533 1774 2146

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:

Moeed_0-1734076656772.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


hamzaabbas
Excursionist
52 0 5

It removed the breadcrumb from all collections, i want to remove on specific collections.

steve_michael2
Trailblazer
439 38 55

@hamzaabbas 

So, tell me the name of that specific collection.

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
hamzaabbas
Excursionist
52 0 5

Here is the collection https://www.tridentproducts.co.uk/collections/deal-town-collection

id is 534802006282

steve_michael2
Trailblazer
439 38 55

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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
steve_michael2
Trailblazer
439 38 55

@hamzaabbas 

steve_michael2_0-1734085503664.png

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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
hamzaabbas
Excursionist
52 0 5

It removed the breadcrumb from all collections, i want to remove on specific collections.

steve_michael2
Trailblazer
439 38 55

@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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
hamzaabbas
Excursionist
52 0 5

It's not working.

steve_michael2
Trailblazer
439 38 55

steve_michael2_0-1734088659317.png

 

Bro, it's working now. Check the screenshot and mark the solution as resolved.

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount