@Maxime_Breton_V It will vary based on theme, but yes, your red arrow would be correct.
# {{ collection.title }}
will become
{% if collection.id or collection.products.size > 0 %}
# {{ collection.title }}
{% endif %}
@Maxime_Breton_V It will vary based on theme, but yes, your red arrow would be correct.
# {{ collection.title }}
will become
{% if collection.id or collection.products.size > 0 %}
# {{ collection.title }}
{% endif %}