How can I completely remove remaining breadcrumbs from my site's theme?

Hi,

I have used the code {% comment %}, {% endcomment %} in breadcrumbs.liquid in the code of the theme of my site to remove breadcrumbs from. But even after doing this there are still breadcrumbs left as can be seen in the picture below. The theme I am using is Berlin version 1.1.0.

Have also removed the text for breadcrumbs for Home and Collections under ‘Edit default theme content’.

How can I go about making sure I do not have breadcrumbs left on the site? Have read in other threads about removing them from theme.scss.liquid, but that does not exist in the theme I am using.

Appreciate the help in finding a solution to this.

Thank you!

Best regards,
Alucard

Hello Alucard,

May I have this page url please?

Hi,
The page is not live, so do not know if you can access it.

/Alucard

So go to customize for theme. Click on collections or what your menu item is that has all of your products listed. Click on the section that has the breadcrumbs. Now where you can customize this section at the very bottom you should see custom CSS.

Put in:

.breadcrumb{
  display: none
}

Save

Thank you, worked liked a charm! :glowing_star: