Archived topic
How to disable excerpt and read more in blog layout ?
1 reply · Started by Scott on November 27, 2017
Viewing posts 1–2 of 2
Hi,
If i delete the 'Read more' label text and put '0' in the excerpt word count then it doesn't really cleanly disable these two items. There is still padding where the text/button used to be.
Can a option be added to properly remove these from the layout - i only want image, title and date ? But in the mean time what is the best way to do this please ?
Thanks
Hi Scott,
Try this CSS:
.entry-summary {
margin: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.