How do I remove the big preview picture on blog posts?

See attached - I can’t find the setting to remove the big preview box on blog pages

After looking into it more, it looks like the “category” image but I can’t either populate it or remove it. It’s so annoying. It’s not in the “blog settings” in Shapely either. Any ideas?

Hey there,

I hope you are well today and thank you for your question.

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

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove blog header*/
.post-content .entry-header {
    position: relative;
    display: none;
}

Best regards,
Support.

Hi,

Just in case, It is a featured image, you can upload a featured image for each posts: http://www.wpbeginner.com/glossary/featured-image/

Let us know,

Thanks,
laranz.