Title: Remove thumbnail from posts
Last modified: August 19, 2016

---

# Remove thumbnail from posts

 *  [uiqo](https://wordpress.org/support/users/uiqo/)
 * (@uiqo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/)
 * Any way to remove the image thumbnail from the actual post pages?
 * For example:
 * [http://www.uiqo.com/2009/11/17/pony-friends-2-pack-shots/](http://www.uiqo.com/2009/11/17/pony-friends-2-pack-shots/)
 * The horse thumbnail in this article/post. Can it be removed from the post without
   effecting its display on the index page.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/#post-1280457)
 * Which image? The large top image or the 3 lower images?
 *  Thread Starter [uiqo](https://wordpress.org/support/users/uiqo/)
 * (@uiqo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/#post-1280517)
 * The large image.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/#post-1280561)
 * Try editing default.css and changing:
 *     ```
       .single .post .entry-photo, .single-post .entry-photo {
       border:1px solid #CCCCCC;
       margin:0 auto 10px;
       width:630px;
       }
       ```
   
 * to
 *     ```
       .single .post .entry-photo, .single-post .entry-photo {
       border:1px solid #CCCCCC;
       display:none;
       margin:0 auto 10px;
       width:630px;
       }
       ```
   
 *  Thread Starter [uiqo](https://wordpress.org/support/users/uiqo/)
 * (@uiqo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/#post-1280567)
 * Thanks esmi. That worked perfectly. 🙂

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

The topic ‘Remove thumbnail from posts’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 4 replies
 * 2 participants
 * Last reply from: [uiqo](https://wordpress.org/support/users/uiqo/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts/#post-1280567)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
