Archived topic
Removing ... From Blog Post Excerpts
3 replies · Started by Kevin Muldoon on April 22, 2020
I am using excerpts on my blog index and archives.
Ideally, I would like to disable the excerpts altogether and just have "Read Article".
I have set the word count for excerpts to 0 via the WordPress theme customiser, however GeneratePress still displays three dots.
Is there any way to remove this?
Kevin
Hi there,
Try this CSS:
.entry-summary p:not(.read-more-container) {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo. Exactly what I was looking for.
No problem :)