Hi
I tried this
/* Hide Single Post Featured Image*/
.page .entry-featured,
.single-post .entry-featured {
display: none;
}
but it wipes out all featured images from everywhere.
All I want to do is get rid of the HUGE images that are generated by the featured image in posts and pages.
Thanks!