I have ticked the box: “Don’t display image on single post” and it works on the single post but the featured image still appears on the blog page. I just want to keep featured images alive for sliders and post previews. I don’t want the featured image to appear on the list of posts on the blog page.
Hi Dameon,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-1646 .big-preview {
display:none !important;
}
Regards,
Rikard
Thank you Rikard!