Hide Featured Image

I want to hide the featured image on single posts. I found the custom css below, but this also hides the related posts images and I don't want them hidden. Just the one on the top of the post. How can I achieve this?
.single-post .single-photo-wrapper { display: none; }

Comments

Sign In or Register to comment.