Is there a way to remove post feature images from blog posts?
I don’t use Cornerstone to build posts.
Checked the forum but the last relevant entry was 2018, hoping there is a button to do this now.
Many thanks,
Gemma
Is there a way to remove post feature images from blog posts?
I don’t use Cornerstone to build posts.
Checked the forum but the last relevant entry was 2018, hoping there is a button to do this now.
Many thanks,
Gemma
Hi Gemma,
Thanks for reaching out!
WordPress website have different styles and classes. Would you mind sharing one of your blog posts page so that we can take a look and give you some piece of advise on how to remove the post featured image?
Thank you.
Sure! Thank you:
Hi Gemma,
If you are not using the Cornerstone, then you can delete the featured image from the default editor you are using. Just clicked into the Remove Featured Image link to remove it.
If that is not the case, you need to remove the image only from the frontend, you may need to add the following custom CSS code into the Theme Options > CSS to remove the featured image from all the posts.
.single-post .entry-featured
{
display:none;
}
Hope it helps.
Thanks
Thank you! Appreciate your advice.
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.