How to add another description field in the product card? DAWN THEME

How do I add another description field in the product card component?

I want the description field in between the product title and the price, how is this possible?

Please refer image for clarification

Store URL: https://abbasigems.myshopify.com/

Store Password: testingpage

Thank you

@justauser ,

If you are using dawn theme, then you can add meta field on your theme (product page theme customizer area)

Or add this code in product_card.liquid file

{{product.description | truncate:15 }}
1 Like

Thank you so much for responding @oscprofessional ! :slightly_smiling_face:

any idea on which line? or under which div? or section on where I should add this line?

{{product.description | truncate:15 }}

@justauser ,

Under this div.

1 Like

@oscprofessional Hello, Thank you so much! its all working!

@justauser ,

Your most welcome :slightly_smiling_face:

Ask anything further !!

@oscprofessional thank you so much for offering to help, would you be kind enough to help me with another small CSS problem if you have the time?

If so

Is there a way to remove the hover transform zoom in effect of the product cards,

What I want to happen is when the user hovers over the product card, the product images should not zoom in or have any kind of effect

Hello, many thanks for the solution - FYI or in case somebody else has the same problem - I tried using this solution and it didn’t work; I figured out it should be
**card_**product.description
in my case. Thanks!

1 Like