How can I conceal part of the text in a dawn theme product description?

How to hide a part of your text from product description on dawn theme?

Hello @Ayeshali1

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your main-product.liquid, paste the below code after product.description
| strip_html| truncatewords: 80

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Will this code hide all the text? As I only want to hide the specific part of description.

Will this code hide all the text? As I only want to hide the specific part of description.