The breadcrumbs show the item name and not the collection it's in

Hi @meeko

  1. It is not related to code above. I saw it’s a richtext

  1. You can use code below to remove product name

{%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
{%- assign t = template | split: '.' | first -%}

{%- endunless -%}
1 Like