Go to
/var/www/ghost/content/themes/casper$ sudo vi post.hbs
Remove the following lines
{{#if feature_image}}
<figure class="post-full-image" style="background-image: url({{feature_image}})">
</figure>
{{/if}}
Restart Ghost
/var/www/ghost$ ghost restart
The Features images should be disabled in the Blog Post now.