How to hide a part of your text from product description on dawn theme?
Hello @Ayeshali1
You can follow these steps:
- Go to Online Store->Theme->Edit code
- 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.

