Title: Delete featured image on posts
Last modified: May 23, 2019

---

# Delete featured image on posts

 *  Resolved [atheenais59](https://wordpress.org/support/users/atheenais59/)
 * (@atheenais59)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/delete-featured-image-on-posts/)
 * Hi everyone,
 * I tried a lot of solutions (CSS, content-single.php, customize CSS on sydney 
   theme) but i can’t find a correct solution to remove the featured image on articles.
 * Please help me 🙂 Thank you !
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdelete-featured-image-on-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/delete-featured-image-on-posts/#post-11564935)
 * Hello there,
 * Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       .single-post .entry-thumb {
         display: none;
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [atheenais59](https://wordpress.org/support/users/atheenais59/)
 * (@atheenais59)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/delete-featured-image-on-posts/#post-11565238)
 * Hello !
 * It works ! Thank you !
    I had this code :
 *     ```
       .single-post .entry-header img {
           display: none;
       }
       ```
   
 * What’s the difference ? Where is located the .entrey-header img ?
 * Regard,
 * Ath.
    -  This reply was modified 6 years, 11 months ago by [atheenais59](https://wordpress.org/support/users/atheenais59/).
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/delete-featured-image-on-posts/#post-11566220)
 * Your code appoints to the image object. Mine hides DIV element that wraps the
   image. In short, no much difference.
 * Regards,
    Kharis

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/delete-featured-image-on-posts/#post-11566220)
 * Status: resolved