Removing Featured Image At Top Of Post

Hello,
I am just in the early stages of developing my website socialfiresolutions.com but I have noticed that this theme (Pinbin 1.4.7) puts the featured image of a post at the top of a post, both on the desktop and mobile versions. I was hoping that someone could tell me how to disable this, on both the desktop and mobile site.

Thank you in advance,
Mike

It is quite easy…

Go to the editor and choose single.php and find the following in line 70 and delete it,

<div class=“pinbin-image”><?php the_post_thumbnail( ‘detail-image’ ); ?></div>