Title: Featured Image
Last modified: September 1, 2016

---

# Featured Image

 *  Resolved [Travelure](https://wordpress.org/support/users/travelure/)
 * (@travelure)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/)
 * How may I remove featured image from the top of my post? If that is not possible,
   how may I resize the featured image that appears on top of the post? My blog 
   is [Travelure](http://www.travelure.in)
 * Currently, the featured image is smaller than the lead image in my posts and 
   that looks odd.

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/#post-7612757)
 * Hi Travelure,
 * you could hide the featured image with a line of CSS:
 * `.featured-image { display: none; }`
 * In order to add custom CSS code to your website, you can either make use of a
   [child theme](https://codex.wordpress.org/Child_Themes) or plugins like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 *  Thread Starter [Travelure](https://wordpress.org/support/users/travelure/)
 * (@travelure)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/#post-7612779)
 * Thanks, MH Themes!
 * Adding this line of css through Simple Custom CSS disabled the featured image
   even on home page, while I was hoping to disable it only on the post page.
 * Any suggestions on how may I achieve it (Home page looks bald without the featured
   image while post page looks overly heavy with featured image)? Thanks in advance!
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/#post-7612780)
 * Sure, if you only want to hide them on single posts, you could add:
 * `.single-post .featured-image { display: none; }`
 *  Thread Starter [Travelure](https://wordpress.org/support/users/travelure/)
 * (@travelure)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/#post-7612781)
 * Thanks, MH Themes!
 * This worked just fine!

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

The topic ‘Featured Image’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Travelure](https://wordpress.org/support/users/travelure/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/featured-image-320/#post-7612781)
 * Status: resolved