Please ELI5 how to truncate a paragraph of text on collections pages

I’m the marketing manager of shopify site. We’re a small staff. I just need to know how to truncate the large paragraphs we have on our collection pages. I’ve looked through several answers but all seem to be way over my head. I just want to leave them at 1 paragraph instead of several with a “read more” to expand. S.O.S.

@millshre

yes, try like this

{{ collection.description | truncatewords:10 }}

if you are able to code

https://codepen.io/dennisgarcia/pen/WvrReK