Title: featured image
Last modified: December 9, 2019

---

# featured image

 *  [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * (@sailpilot)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-450/)
 * I noticed from another post on the forum that to hide the featured image on a
   single page you can insert the following css
 * `.single-post .featured-media { display: none; }`
 * but the featured image still appears for each post on the blog page (where an
   excerpt of each post is displayed). How can I hide the images on this page too.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-450/#post-12220633)
 * The featured image gets displayed on all pages. Single page, home(blog) page,
   author archive page, tag archive page, category archive page, search result page.
 * To hide featured image in all pages, just use this code
 *     ```
       .featured-media { display: none; }
       ```
   
 * If you only want to hide it in single page and blog home page (and keep it for
   other pages), use this code
 *     ```
       .home.blog .featured-media, .single-post .featured-media { display: none; } 
       ```
   
 *  Thread Starter [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * (@sailpilot)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-450/#post-12220646)
 * Thanks for the quick response

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘featured image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hemingway/2.3.2/screenshot.jpg)
 * Hemingway
 * [Support Threads](https://wordpress.org/support/theme/hemingway/)
 * [Active Topics](https://wordpress.org/support/theme/hemingway/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hemingway/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hemingway/reviews/)

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 2 replies
 * 2 participants
 * Last reply from: [sailpilot](https://wordpress.org/support/users/sailpilot/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-450/#post-12220646)
 * Status: not resolved