I would like to hide the featured image from a blog post but can not find where to do this.
Hi staciejensen!
Please edit your post and choose not to display featured image on single post – http://i.imgur.com/n5eBuiS.png
Best regards,
Yigit
We can’t do that for every post we already have! What is a solution across the board?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big { display: none !important; }
If that does not help, please post the link to your website
Best regards,
Yigit
Ive done this and it doesn’t work. http://www.colorvale.com/blog/3-ways-to-look-like-a-professional/
Hi!
Please use following code instead
.single .big-preview.multi-big {
display: none!important;
}
Best regards,
Yigit
Worked great