Tagged: blog post page featured image hide, delete featured image, hide featured image, remove feature image
Hello Spar,
To remove the blog post picture when you are on the blog post page just go to Appearance > Customize > Design Option > Custom CSS and paste the below custom CSS code and save.
Appearance > Customize > Design Option > Custom CSS
single-post .post-featured-image { margin-bottom: 15px; max-width: 708px; position: relative; text-align: left; }
Thank you!