Archived topic
Hide text on featured post only
1 reply · Started by Emmanuel on March 12, 2019
Viewing posts 1–2 of 2
I want my featured post to be composed only of the image. How can i make only the first featured post image dissapear ?
Any ideas ? :)
Hi there,
Give this CSS a shot:
.featured-column .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
This archived topic is closed to new replies.