Hi,
I want to remove the featured image from being seen on the single post page. I still want it to be used with the Mansory for example but I don’t want it shows on the single post page.
Can you tell me how to do that?
Thanks.
Hi bakbek!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview { display: none !important; }
Regards,
Yigit
It worked but now it also doesn’t show videos on a video format post.
Is there a way to prevent the feature image from showing only on standard type of posts?