Hide header photo in page

Hi Movin,

Hope you are well these days. I’ve had a lot of great help on this forum and have inputed a code to hide the header image on each post which worked perfect, however, I’m not sure if there is a problem with the code now because I just created a new page under “About” and the header image is there again. I tried creating the same content as a Post instead and the same thing happened.

Could you please provide assistance here. I’ve attached a screen shot.

Thanks,
Vanty

Hi Vanty,

Thank you for your question.

Could you please share me the page URL from your site where it is displaying and also share me the code that you are using to hide it so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,

Thank you for your response.I sent a response to this yesterday but it does not appear here. So if you get this twice, please disregard.

The page url where the problem is occurring is http://www.vantyparadis.com/about/

As an example of what it looks like from the other pages without the issue is
http://www.vantyparadis.com/category/abstract-paintings/
And when click on any posts, the problem is not there.

The code previously provided and being used now is

body.single img.single-featured.wp-post-image {
display: none;
}

I realize this code applies to individual posts so I created a new post with the exact photo and information as the “About” page, yet the identical problem is created.

I hope you can help me with this.

Many thanks,
Vanty

You can try hiding it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


body.page img.single-featured.wp-post-image,
body.single img.single-featured.wp-post-image {
display: none;
}

Thanks Movin! It works perfectly!

You are most welcome here :slight_smile: