Archived topic
HT Remove 'Read More' on Index Pages
5 replies · Started by Clyde on January 22, 2016
So how can I remove Read More on the index pages?
Thanks!
Two options:
1. Show full posts: "Appearance > Customize > Blog > Blog Content".
2. Hide it with CSS:
.read-more {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Cool.
Hey is there a way to also remove the three periods...
I'm down to a pic, the headline and the ellipses.
Ok so I tried this based on the CSS snippet you shared and it worked:
.entry-summary {
display: none;
}
Any foreseeable problems in doing it that way?
If not, great!
That should work fine if you're not wanting to show any of the excerpt :)
Sweet!
