(See more) in long product descriptions

Hello guys ,

please i need help to put (see more) button in product description .

i want to put it after maybe 3 line see more and see less .

thanks alot

Hi,
Hope you doing well
Follow these 2 steps and code in theme.liquid file and product.liquid file.

{% if template == “product” %}

{% endif %}

.product-description { height:200px; overflow: hidden; }
{{ product.description }}
Read more...

if you face any issue let me know

1 Like

thanks alot dear , just want to know where exactly should i paste the ? after which part ?
thanks alot

hello friend ,

i tried to paste it , and honstly it worked and shown in the description after few lines .

BUT

when i click on it nothing happen and it doesn’t show the rest of the description .

waiting for you help
Thanks