Removing Feature Image from Post Page Header

Hi,

I am using the Illdy theme and wondering if there is a way to not display the header image on blog posts. I still want a featured image so it will display with the post on the blog page and the home page, just not on top of the single post page. I have tried the following code from a different thread but it doesn’t work on my site:

.single-post .post-content .entry-header {
display: none;
}

Thank you.

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

The URL is wickedstem.com.

Hey there

Please try this css code instead:

.single-post .markup-format img {
display: none;
}

That code didn’t work, the featured image still appears in the header.

Hey there

Code is not added, please add it and let me check the site :slight_smile:
Otherwise, I can do this for you if you provide access details

The code is added (picture 1) and the featured image is still appearing in the header on individual blog posts (picture 2).

hey there

Ups, please take my apologies about this, I gave a wrong code, please try this one:

.single-post header#header {
background-image: none !important;
background: black;
}

This worked for me!! Thank you so much for all of your help.

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!