Hi,
You can choose one of the following three options:
- If you use Child Theme (recommendations): you can duplicate the ‘content.php’ file in the child theme( http://prntscr.com/hbis0s ). I removed single image post, you can use the attachment.
This is the lines you need to remove: http://prntscr.com/hbito5
- You can use CSS: you add this lines to Custom CSS:
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap{
display: none;
}
- You can go to content.php (/wp-content/themes/yolo-motor/templates/single-blog/content.php) of Parent Theme and remove it. http://prntscr.com/hbito5. But you need re-update the 'content.php' file after each update Motor Theme.
Best regards,