Archived topic
Hide featured image and excerpt in search results page
2 replies · Started by Denise on September 9, 2017
Viewing posts 1–3 of 3
Is it possible to hide the featured image and excerpt on only the search results page?
I'm using a child theme and have the premium plugin.
Thanks for a great theme!!!
I have tried this and it seems to be working. Is it okay to use or will it break something else?
.search .post-image,
.search .entry-summary {
display: none;
}
Thanks!
That's exactly how I would do it :)
This archived topic is closed to new replies.