Archived topic
feature image displaying only on the latest post
3 replies · Started by Patricia on June 30, 2021
Viewing posts 1–4 of 4
Hi Guys, how are you?
I have this blog themakeup.org and would like your help to set featured post to be shown only on the latest post.
can you please help?
thank yoU!
Hi Patricia,
Try this CSS:
body.blog .site-content .post:not(:first-child) .post-image,
body.archive .site-content .post:not(:first-child) .post-image {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you so much! :)
No problem :)
This archived topic is closed to new replies.