Archived topic
Blog: show featured image of latest post and hide images of older posts
3 replies · Started by Sven on April 24, 2020
Viewing posts 1–4 of 4
Hi everyone,
is there an easy solution to that case? On my blog page I'd like to show the featured image of my latest post, but not the featured images of any other posts...
I appreciate your answer!
Best regards and stay healthy,
Sven
Hi there,
It's quite easy with CSS since you are using the featured post layout:
.post:not(.featured-column) .post-image {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That was easy! :-)
Thank you...
No problem :)
This archived topic is closed to new replies.