How do I add descriptions to my products in the Featured section on the homepage

Hi @samandpete

If you use this code it will not show in collection , other page where you call will display the description.

{% if template != 'collection' %}
     {{ card_product.description }}
{% endif %}

Thank you