Archived topic
Delete "..." in blog
3 replies · Started by Alberto on September 11, 2018
Viewing posts 1–4 of 4
Hi.
I have GP configured to show the entries only with the title, the date and the "read more" button.
For that, I set the "Excerpt word count" parameter to 0 (zero)
But equally, it shows me "..." (three points).
How should I make this "3 points" not seen?
Thank you in advance.
Hi there,
Give this CSS a shot:
.entry-summary P:not(.read-more-container) {
display: none;
}
Let me know if this helps :)
Perfect!
Thanks!
No problem :)
This archived topic is closed to new replies.