Title: Removing header on posts
Last modified: August 14, 2017

---

# Removing header on posts

 *  Resolved [TheRetirementCommunity](https://wordpress.org/support/users/weliveinthismoment/)
 * (@weliveinthismoment)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-header-on-posts/)
 * Hello,
 * When I am at the main page. I click on a post, in this test, the image of the
   fish. It brings up a large picture of the fish on the page that shows the content.
   I am looking to completely remove any type of header image on pages other than
   my main landing page. Is this possible? I would like it to start the page with
   the writing without having to scroll past an image. This is my first website
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-header-on-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Dinesh Yadav (dineshinau)](https://wordpress.org/support/users/dineshinau/)
 * (@dineshinau)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-header-on-posts/#post-9407087)
 * Hi weliveinthismoment,
 * To remove the header image from from single pages there are two ways:-
    1. Using
   CSS: Just put the following CSS into your Additional CSS (Appearance -> Customize-
   > Additional CSS)
 * body:not(.home) .header #primary {
    background: none !important; }
 * 2. Applying condition to show header image only on home in template after creating
   [Child Theme](https://codex.wordpress.org/Child_Themes) and overriding the template
   inside it:-
 * Create a child theme of your current theme “hestia” and override the template
   file “template-tags.php” on same path i.e. now this file will also be at the 
   path “…\wp-content\themes\hestia-child\inc\template-tags.php”.
    Now use the WordPress
   function is_home() to enable header image only on home page.
 * Please use any of these solution which you find easier and I hope your requirement
   will be fulfilled.
 *  Thread Starter [TheRetirementCommunity](https://wordpress.org/support/users/weliveinthismoment/)
 * (@weliveinthismoment)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-header-on-posts/#post-9407991)
 * Great Thank you!
 *  [Dinesh Yadav (dineshinau)](https://wordpress.org/support/users/dineshinau/)
 * (@dineshinau)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-header-on-posts/#post-9408069)
 * It’s my pleasure.
    Please close this topic as resolved by replying and ticking
   the checkbox “Reply and mark as resolved” at the bottom of the post.

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

The topic ‘Removing header on posts’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Dinesh Yadav (dineshinau)](https://wordpress.org/support/users/dineshinau/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/removing-header-on-posts/#post-9408069)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
