Hi @meeko
- It is not related to code above. I saw it’s a richtext
- 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 -%}
