Remove Featured Image from Post

Hello

I would like not to have the feature image appear on my individual posts. I need to include a featured image for it to be in the mason grid portfolio - but inside each post I would like just an embedded video and not the featured video.

You can see here how they appear:



URLs

Thanks

Hi there

Please add this CSS code in the Appearance > Customize > Additional CSS:

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