August 22, 2021 at 2:10 pm
#91719
Theme Horse Support Team
Keymaster
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.
single-post .post-featured-image {
margin-bottom: 15px;
max-width: 708px;
position: relative;
text-align: left;
}
Thank you!