I added codes in breadcrumbs.liquid in Snippets. And codes in theme.liquid :
{% render ‘breadcrumbs’ %}. The final result in website as below picture. I use Studio theme.
But I only want capitalized the collection title, I don’t want to change the origin collection title(since origin collection title capitalize every word, I don’t want to change).
This is what I want: “Home>Glassware>Product Title”,
This is not what I want: “Home>GLASSWARE>Product Title”
You have added all the collection names in Uppercase so we can not directly capitalize them. You need to update all collection’s names to Capitalise or we need to add some custom code to do this.
If possible please add me as a staff into you store so I can make updates.