Archived topic
Remove ... from categories
3 replies · Started by RJ on November 21, 2018
Viewing posts 1–4 of 4
I have set my category excerpts to zero/0, however on the archive pages I see 3 dots ( ... ).
How do I remove them so my 'read more' button appears closer to the title?
See: https://www.eatweeds.co.uk/category/recipes
TIA
Robin
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 :)
Flipping awesome Leo! You're a star. Thanks for the super fast response.
ATB, Robin
Glad I could help :)
This archived topic is closed to new replies.