Featued image to only appear on front page

Hi,

Is it possible to only have the featured image show on the front page and NOT at the top of the single post page?

I use same photo in the entry as featured image, so it appears twice at the momement.

Kind regards,
Stine

Hi Stine,

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 img.single-featured.wp-post-image {
    display: none;
}

Best Regards,
Movin