How can I remove the Breadcrumbs header from only the home page?

I have added breadcrumbs (…edit code > Snippets > breadcrumbs.liquid) to my whole shopify 7.2.2 Pipeline theme website, but I don’t want the breadcrumbs header to show on the home page, just everywhere else. Thank you for any help in what coding to add/change!

1 Like

Hi @LoobyDoo

Are you familiar with codes? If it is you can add like this, this is only sample.

{% if template == 'index' %}

{% endif %}

And Save.

This worked thank you!!

1 Like

Would you also be able to help me with making my breadcrumbs all uppercase?