Double images on posts

Hi, I am having trouble with images on my posts. If I don’t put a featured image, the front page has no images and if I do, my blog posts have two images- one that is a cut off version of the featured image and the full featured image right below it. It looks like the image I have uploaded. How do I fix this so I have a featured image on the front page and only the full version of the image in the actual blog posts?

Hi @savedbygraceblog,

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 -> Activello Options -> Other -> Custom CSS


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

Best Regards,
Movin