Title: Remove Feature Image from Posts
Last modified: August 30, 2016

---

# Remove Feature Image from Posts

 *  Resolved [EricNikki](https://wordpress.org/support/users/ericnikki/)
 * (@ericnikki)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-feature-image-from-posts/)
 * Hi all
 * Another problem, I would like to remove the feature image from individual posts
   such as on this page
    [http://www.mylittleguangzhou.com/eat-drink-2/the-coziest-cafe-in-guangzhou](http://www.mylittleguangzhou.com/eat-drink-2/the-coziest-cafe-in-guangzhou)
 * but NOT on the category pages where it’s linked to a post excerpt (e.g. in the
   image grids on this page)
    [http://www.mylittleguangzhou.com/category-test](http://www.mylittleguangzhou.com/category-test)
 * Any ideas? I found this but couldn’t find the code they were referring to
    [https://wordpress.org/support/topic/remove-featured-image-from-post-4?replies=20](https://wordpress.org/support/topic/remove-featured-image-from-post-4?replies=20)
 * Thanks

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

 *  Theme Author [themehit](https://wordpress.org/support/users/themehit/)
 * (@themehit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-feature-image-from-posts/#post-6883160)
 * The easiest way to do it is via CSS.
 *     ```
       .singular-post .banner {
         display:none;
       }
       ```
   
 *  Thread Starter [EricNikki](https://wordpress.org/support/users/ericnikki/)
 * (@ericnikki)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-feature-image-from-posts/#post-6883168)
 * Thanks so much!

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

The topic ‘Remove Feature Image from Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lifestyle/0.2.0/screenshot.png)
 * Lifestyle
 * [Support Threads](https://wordpress.org/support/theme/lifestyle/)
 * [Active Topics](https://wordpress.org/support/theme/lifestyle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lifestyle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lifestyle/reviews/)

## Tags

 * [Remove Feature Image](https://wordpress.org/support/topic-tag/remove-feature-image/)

 * 2 replies
 * 2 participants
 * Last reply from: [EricNikki](https://wordpress.org/support/users/ericnikki/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/remove-feature-image-from-posts/#post-6883168)
 * Status: resolved