How to remove featured image from post pages? (not from home)

Hi, first of all sorry for my english. I’m not a Native Speaker.

Well, i’m having troubles with the last version of Shapely.
Since i updated the template, featured images appears in the top of every single post.

My website is: htttp://apostroferock.com

Thank you.

This happened to me too after updating Shapely. too would like to remove the featured image from my posts page. I upload the featured image so it will show up on the home page, but do not want it on top of my actual posts since it is duplicating what is already in my post. How do I fix that?

Thanks

www.cypressstakeyouth.com

Hi,

You can remove the featured images via CSS, use this Custom CSS in Appearance -> Customize -> Additional CSS,

.blog article header { display: none; }

Let us know,

Thanks,
laranz.

This worked well for the blog page. Is there a similar code for the individual post pages as well?

Thanks!

Hi,

Use this,

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

Let us know,

Thanks,
laranz.