Featured image issue

Hi searched high and low and can not find out how to get rid of the duplication of featured image on your theme.
This is what iget http://classicmotor.xyz/morris-minor-tourer-1954-trade-me/
I want to not show or remove the image above the post
How can I do that thanks

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

Best Regards,
Support

100% perfect Thanks Whilst I am here do you do a pro version of sparkling I just find it a really good “goto” theme

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support