Blog Category Images

Can someone please tell me how I add images to the Category headings on the blog index page.
See http://www.teachingcrew.com/blog/
There is one right at the top of the page “For Instructors”. I can’t see how to change the grey image.
Thanks.

Hi @carolct,

Sorry for a late in response, please set the featured image for each post. Featured image can be found in the post edit page. Screenshot: http://take.ms/Oso7t

Let us know,

Thanks,
laranz.

Thanks for your reply.
Perhaps I did not make myself clear.
I am looking for how to add an image to the blog category, or remove the image and just leave text.
Please see attached screen dump.

Hi,

  1. Like I said, earlier you should assign a featured image to each posts you’re posting. http://www.wpbeginner.com/glossary/featured-image/ or https://en.support.wordpress.com/featured-images/
  2. Else, use this Custom CSS in Appearance -> Customize -> Additional CSS to hide that image in the blog pages:
.blog .post-content .entry-header img {
    display: none;
}

Let us know,

Thanks,
laranz.