Removing featured image above title from searches, & selecting categories/tags

Hello,
I’ve recently converted my website to Shapely, and I’m really pleased. I’ve managed, with the help of this forum, to make most of the changes that I would like. I didn’t want the featured image above the title in the posts. Just the title, the date, and the content with its images. With some additional CSS in customize, I’ve gotten rid of that with the single posts and the blog page - but if I search, or select a tag or category, that blank image is back. May I please get some help with the CSS for that? Thank you.

What I’d like a search to look like: http://www.dulceyheller.com/wordpress/

What selecting a tag looks like: https://www.dulceyheller.com/wordpress/tag/herringbone/

Categories and searches look like the tag. Thank you!

Dulcey

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.archive.tag .post-content .entry-header img {
display: none;
}
.search-results .post-content .entry-header {
display: none;
}

Thanks!
Colorlib Support Team