Title: Removing thumbnail from post
Last modified: August 30, 2016

---

# Removing thumbnail from post

 *  Resolved [ragulin](https://wordpress.org/support/users/ragulin/)
 * (@ragulin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/)
 * Hi, Ive got a problem. I am using adv. Slider. THis plugin needs thumbnails, 
   but I dont want to have thumbnails visible in the postspage
 * Can I do it somehow? Thanks

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6270834)
 * Hey there ragulin,
 * Hope you’re well today!
 * You should be able to remove image from you single post pages with some custom
   CSS. Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .single .blog-image img.imagerct {
         display: none;
       }
       ```
   
 * This should hide the image only on your single post pages. If the code doesn’t
   work please keep it added and post link to your site so I can take a look 🙂
 * Best regards,
    Bojan
 *  Thread Starter [ragulin](https://wordpress.org/support/users/ragulin/)
 * (@ragulin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6271029)
 * > Hey there ragulin,
   > Hope you’re well today!
   > You should be able to remove image from you single post pages with some custom
   > CSS. Please try adding the following CSS code in the style.css file of your
   > child theme or add it in your site using the following plugin:
   > [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
   > .single .blog-image img.imagerct {
   >  display: none; } This should hide the image
   > only on your single post pages. If the code doesn’t work please keep it added
   > and post link to your site so I can take a look 🙂
   > Best regards,
   >  Bojan
 * Hi, thanks for reply. This perfectly works, the thumbnail is not visible after
   opening the post. But I do not want to have it visible on the main page with 
   new posts as well, can I do it somehow? THank you
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6271030)
 * Hey again ragulin,
 * I assumed that you want them only removed from single post pages. Please try 
   replacing the code with the following:
 *     ```
       .blog-image {
         display: none;
       }
       ```
   
 * This should remove featured images from both single and blog pages.
 * Best regards,
    Bojan
 *  Thread Starter [ragulin](https://wordpress.org/support/users/ragulin/)
 * (@ragulin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6271035)
 * thanks for help, its working now
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6271036)
 * Glad that helped 🙂
 * Best regards,
    Bojan

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

The topic ‘Removing thumbnail from post’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/removing-thumbnail-from-post/#post-6271036)
 * Status: resolved