Archived topic
Formatting Question?
5 replies · Started by Karen on January 14, 2020
Hi!
I'm wondering if you can help me with some formatting. On my blog homepage, I wanted to show my most recent post as featured AND include a little excerpt for it. The rest of the posts in the archive page would just be featured images and titles. Is there an easy way to do this?
Thanks so much for your help!
Hi there,
Can you activate excerpt and featured post first and let me try some CSS?
Let me know :)
Yes of course! Ok, just activated it. Thanks - let me know!
Give this CSS a shot:
.blog article:not(:first-child) .entry-summary,
.archive article:not(:first-child) .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
I would also recommend using full width for the featured post:
https://docs.generatepress.com/article/using-columns-in-the-blog/#using-full-width-for-featured-post
Let me know if this helps :)
Thank you so much! That worked perfectly! :)
No problem :)