Ticket for: Post Grid
0
Mario
Is there a way to add ellipsis to shorten titles and excerpt?
Example:
19 ways to cover...
Example Excerpt:
Daily removal of pens from desk...
This is a great plug in and the support is amazing! Good job!
2 Subscribers
Submit Answer
2 Answers
Best Answer
0
Welcome to our forum.
You can add custom text to read more(to add ...) on excerpt, please watch this video
https://www.youtube.com/watch?v=LY7IjS7SFNk
For title, you can short by word limit, but can't add ... at the end. But you can add ... at the end of title by adding following CSS
.element.title:after { content: "..."; }
https://imgur.com/Iy9Yr5X
Hope that helps.
Regards
you should add the custom CSS under post grid edit CSS input field not via layout editor.