Trying to remove breadcrumbs on collections pages

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.

1 Like

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;
}

Thanks! That worked.

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.