Archived topic
Hide Summary on Blogs but Not Products
3 replies · Started by Greg on November 6, 2019
I would like to hide the 3 dots and read more button on my blog. The image and title are good enough for me. When I try to remove the summary (div class entry-summary), it also removes the summary on my product pages. Is there a way I can remove the summary for the blog and still have the summary displayed on my product pages? Thanks for your help!
Hi there,
Try this CSS:
.blog .entry-summary, .archive .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Worked perfectly! Thanks for your help!
No problem :)