I typically put an image top left in my post and set same as ‘post image’
unfortunately Enfold is handling this as two images and displaying both, which looks silly
how do I set the single post option to not display the feature image at all? I’m surprised that is not an inbuilt theme option, but can someone point me to the right CSS? I searched forum did not fine it. I do want the theme to handle post images as per normal otherwise however.
Also, how would I set a default post image for category/archive and related posts…i would like to set something to show by default instead of empty boxes with the zoom icon thx
Hey thanp73!
This was added as a theme option in version 2.7. There is a checkbox under the featured image to disable it on the single post view.
Regards,
Devin
How do I do this sitewide- I dont; want to have to go back to every pst and page that has an image and tick a box
Hi!
Thank you for the update.
What is the Single Post Style that you’re currently using? Please add this on Quick CSS or custom.css to remove the featured images:
.single div.big-preview.single-big, .single .small-preview {
display: none !important;
}
Best regards,
Ismael
perfect! thanks!
using single post with big preview BTW-