Show products description in Featured collection

Hello guys i need to show products description in Featured collection like this:

i use Refresh theme and here is the link :

https://healthychef.se/collections

Hey

Please use this code in collection snippet:

{{ product.description }}

Thank you
Pooja D.

@pooja_d_92 i cant find the collection snippet

Which theme you used for your website?

Refresh theme .. it free theme from shopify theme store

In this theme snippet name for collection page “card-product”

@pooja_d_92 I did it but it doesnt work.

Okay, But in image i didn’t see my code. Can you try it in bottom of product.title

{{ product.description | truncate: 300 }}

@pooja_d_92 Your code in last line in the image.

What do you mean by in bottom of product title? because i cant find it

Hello, your code worked after I put it in featured-collection.liquid but the description is above the product.

How can I change its location to the bottom of the product?

this is the code now