Task:
Trying to remove the feature image from the single post page, while still using it in the blog listing.
Procedure:
There’s no built-in option to do that, but pasting the following bit of custom CSS code in the Theme Options panel will help you with it. Navigate to The Retailer > Theme Options > Custom Code and paste the following bit in the Custom CSS box.
.single-post .entry-thumbnail {display: none;}
Quick Sign Up to continue with the documentation.
or