Title: Hide header image in posts
Last modified: September 7, 2016

---

# Hide header image in posts

 *  Resolved [rebosha](https://wordpress.org/support/users/rebosha/)
 * (@rebosha)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/)
 * Hi.
    I need to hide site-header in posts. I´m trying to do this using page id
   and display none . It doesn´t work. On another pages (not posts pages )page id
   works well. thanks. [http://www.egosurfer.sk/blog-post/smik/](http://www.egosurfer.sk/blog-post/smik/)
   [http://www.egosurfer.sk/vytvarna-tvorba-na-stenu/](http://www.egosurfer.sk/vytvarna-tvorba-na-stenu/)

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

 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8172592)
 * Hello,
 * Can you please send us a screenshot showing your issue.
 *  Thread Starter [rebosha](https://wordpress.org/support/users/rebosha/)
 * (@rebosha)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8177575)
 * [http://www.egosurfer.sk/wp-content/uploads/2016/09/page-with-header-in-post.jpg](http://www.egosurfer.sk/wp-content/uploads/2016/09/page-with-header-in-post.jpg)
   
   [http://www.egosurfer.sk/wp-content/uploads/2016/09/page-without-header-in-post.jpg](http://www.egosurfer.sk/wp-content/uploads/2016/09/page-without-header-in-post.jpg)
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8189904)
 * Hello rebosha,
 * Please paste below CSS in style.css of your theme.
 * it will hide siteheader in single blog page.
 * .single-blog_post .site-header{display:none;}
 *  [akrim](https://wordpress.org/support/users/akrim/)
 * (@akrim)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8195465)
 * Thanks. It works. Great plugin !
 *  [browen](https://wordpress.org/support/users/browen/)
 * (@browen)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8363607)
 * I’m also trying to hide the header image on interior pages in the Stargazer theme.
   Here’s the url of a page [http://www.rockportfra.org/events/](http://www.rockportfra.org/events/)
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8367466)
 * Hello,
 * if you want to hide the image from the header in your given url, then here is
   the code to hide the image from your header.
 * .site-header .header-image {display:none;}
 *  [browen](https://wordpress.org/support/users/browen/)
 * (@browen)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8367870)
 * Thank you. I want to keep the header on the homepage but hide it on interior 
   pages.
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8368470)
 * Hello,
 * You can add the code between WordPress conditions
 * Ie is_home() or is_front_page()

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

The topic ‘Hide header image in posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-blog-and-widgets_1f4463.svg)
 * [WP Blog and Widgets](https://wordpress.org/plugins/wp-blog-and-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-blog-and-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-blog-and-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-blog-and-widgets/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/hide-header-image-in-posts/#post-8368470)
 * Status: resolved