Solved

Trying to remove breadcrumbs on collections pages

kickologist
Shopify Partner
38 0 3

Hello,

 

I'm trying to eliminate the breadcrumbs on my collections pages (https://www.elementalbottles.com/collections/20-ounce-bottle). Does anyone have any suggestions?

 

Thanks.

 

 

Accepted Solution (1)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

Hello, @kickologist 

Thanks for post

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.template-collection .breadcrumbs {
    display: none;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

Hello, @kickologist 

Thanks for post

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.template-collection .breadcrumbs {
    display: none;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
kickologist
Shopify Partner
38 0 3

Thanks! That worked.

 

Jona
Visitor
1 0 0

Hi,

So I've done this, however the cookies are still showing. 

Is there maybe another option?

I also tried adding the following code to the bottom of the file: 

.breadcrumb {
display: none!important;
}

But no change in the breadcrumbs. Normally in the prestige theme you have the option to deselect it. But At the moment I am not seeing it anywhere. So I believe it is not included in the prestige theme I downloaded on to the shop.