Hi there, I’m wanting to have the description show on the theme page, would anyone be able to help? I can’t see any settings to allow this. Ideally it would be under the product name, on top of the price.
Hi @AidanOW ,
You can follow the instruction below:
- Go to Online Store->Theme->Customize theme
- Collection page-> Enable this settings:
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
sorry for that issue If you’re comfortable working with coding languages (eg. HTML, JavaScript, CSS, and Liquid), then you can try to follow the custom coding provided by you
add this code your collection page product gird item
{% if product.description %}
{{ product.description | strip_html | truncate: 80 }}
{% endif %}
or send collection code i will update
Thank you for your help - I can copy and paste code but don’t know how to
write it and my understanding is basic
I put it in and yes it displays, but it’s in a weird place. This is what
it looks like
[image: Screen Shot 2022-03-25 at 12.09.56 PM.png]
Is it possible to have it display the description under the product name
but above the price, in a similar font to the product name?