How to remove breadcrumbs from a specific page?

Hi everyone I’ve added breadcrumbs to my Venture Theme dev site, but want to remove them from a particular page, and I’m having trouble tweaking the code:

https://protect-highways-england.myshopify.com/

password: mowttu

Here’s my code:

{% unless template == ‘index’ or template == ‘cart’ or template == ‘list-collections’ or template == ‘account’ %}

Home {% if template contains 'page' %} {{ page.title }} {% elsif template contains 'product' %} {% if collection.url %} {{ collection.title | link_to: collection.url }} {% endif %} {{ product.title }} {% elsif template contains 'collection' and collection.handle %} {% if current_tags %} {% capture url %}/collections/{{ collection.handle }}{% endcapture %} {{ collection.title | link_to: url }} {{ current_tags | join: " + " }} {% else %} {{ collection.title }} {% endif %} {% elsif template == 'blog' %} {% if current_tags %} {{ blog.title | link_to: blog.url }} {{ current_tags | join: " + " }} {% else %} {{ blog.title }} {% endif %} {% elsif template == 'article' %} {{ blog.title | link_to: blog.url }} {{ article.title }} {% else %} {{ page_title }} {% endif %} {% endunless %}

This is the page I want to get rid of the breadcrumbs on:

Hi, @NeilD2301 ,

This is Evita from On The Map.

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss->paste bellow code in bottom of file
.breadcrumb {
    display: none!important;
}

Best,
Evita

2 Likes

Hi Evita,

That’s great but it removes breadcrumb navigation from the whole site, which is not what I want. I only need it removed from the page attached in the screengrab above.

Best,

Neil

Try this one:

.template-customers-login .breadcrumb {
  display: none!important;
}
1 Like

Perfect! Worked like a charm, thank you!

1 Like

Hello NeilD2301

Hi there

I too would like to know how to remove the breadcrumb navigation from a new page template I created.

I’ve scrolled through numerous threads but I can’t seem to get any of the solutions to work for me, any help would be appreciated.

The page is called page.brandedpage.liquid (to confirm I want to keep breadcrumbs on the Categories and Product pages)

Thanks

I am trying to remove all breadcrumb heading/subheadings from the Simple theme. I have removed the breadcrumb menu but can’t find a way to get rid of the headings.

Thanks,

I signed in and went through that silly “not a robot” authentication just to say THANK YOU SO MUCH for that! I’ve been struggling to delete that for days. LOL

I have followed these instructions but the breadcrumbs remain. I added the code to theme.scss.liquid - any other ideas?

@CarmelR ,

Please share your url with requirement.

I will help to achieve your task.

Thanks! It’s https://indigoandprovisions.com/

@CarmelR ,

on which page the breadcrumb is appearing?

All collections and product pages. For example: https://indigoandprovisions.com/collections/h-w-dog-co/products/pre-order-d-baseball-cap

@CarmelR ,

ul.breadcrumbs.colored-links {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

It worked! Thanks heaps, the other solutions didn’t work for me.

Best

Carmel

@CarmelR ,

Okay! let me know other issue>?

Or if my solution will help you then give a like and accept it .

Thanks

1 Like

Where is that code supposed to be added?

@OTM I try to use your provided solution and to remove the breadcrumbs from this page of our website: https://mascullino.com/pages/brysnarnica-mascullino.

I found the template page.barbershop.json and I tried to add the code snippets shared below but always get the following error:

Unable to update the file

  • Invalid JSON: unexpected character (after ) at line 174, column 2:

Can you please help me solve this issue?

.breadcrumb {
  display: none!important;
}

or this one:
.template-page.barbershop .breadcrumb {
display: none!important;  

Thanks,

Hi @oscprofessional

Can you also help me with our website (meaningwave.com).

There is an unknown breadcrumb. This is the link:
https://www.meaningwave.com/collections/vendors?constraint=madden-24-best-way-to-get-coins%2C%E3%80%90best-site%3D%3Ecoinsnight.com%E3%80%91%E3%80%9030%25-off-code%3Am2024%E3%80%91legit-madden-coins%2Cmut-team-coins%2Cmut-coins-now%2Cultimate-team-madden-24-coins%2Ceasy-way-to-get-coins-in-madden-24%2Cbuycheapmutcoins%2Cmadden-24-ultimate-team-easy-coins%2Cmadden-coins-24%2Cbuy-mut-coins-now%2Cbest-site-to-buy-mut-coins%2C…f82c

Thank you!