Home › Forums › Theme support › Letters Theme: Don't Want Featured Image to Show on Post › Reply To: Letters Theme: Don't Want Featured Image to Show on Post
Hi,
to remove the image on single posts you can add this css code in WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.single-post .category-item-img {
display:none;
}