Tagged: featured image
how do I hide the featured image from showing in my blog stream? (not single posts)
thank u!
Hey bloodyamazing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-285167 .big-preview.single-big {
display: none !important;
}
Cheers!
Yigit
awesome that worked! thank u!