Archived topic
Remove dots on wxcerpt 0 lenght + mantain read more link
1 reply · Started by NICOLO' on November 8, 2020
Viewing posts 1–2 of 2
Is it possible to have no excerpt on blog page? If I set lenght to 0 "..." is shown. Also I need to mantain the "read more" link in order to open blog post.
Thank you!
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 :)
This archived topic is closed to new replies.