I also want to hide images on the page(s) too but not in other area (e.g. Woo Commerce needs a featured image to display the product image). I tried this code but now my woo-commerce takes the iamges off the products also:
.feature img.post-image {
display: none;
}