All things Shopify and commerce
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!
Solved! Go to the solution
This is an accepted solution.
Hi @LoobyDoo
Are you familiar with codes? If it is you can add like this, this is only sample.
{% if template == 'index' %}
<style>
.breadcrumbs {
display: none;
}
</style>
{% endif %}
And Save.
This is an accepted solution.
Hi @LoobyDoo
Are you familiar with codes? If it is you can add like this, this is only sample.
{% if template == 'index' %}
<style>
.breadcrumbs {
display: none;
}
</style>
{% endif %}
And Save.
This worked thank you!!
Would you also be able to help me with making my breadcrumbs all uppercase?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025