Title: Hide header in single posts
Last modified: August 16, 2018

---

# Hide header in single posts

 *  [quincyq03](https://wordpress.org/support/users/quincyq03/)
 * (@quincyq03)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-header-in-single-posts/)
 * Is there a way to hide the header image for the Hueman theme in single posts?
 * Simply put, I want to be able to make a post in which the header is not visible.

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

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-header-in-single-posts/#post-10602362)
 * Hello quincyq03,
 * Please share the single post url so we can provide you custom css as per the 
   need.
 * Kind regards,
 * Manoj
 *  Thread Starter [quincyq03](https://wordpress.org/support/users/quincyq03/)
 * (@quincyq03)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-header-in-single-posts/#post-10630533)
 * Manoj,
 * An example of a single post is: [https://www.quincyvagell.com/2018/06/12/montana-mammatus/](https://www.quincyvagell.com/2018/06/12/montana-mammatus/)
 * Hopefully this is what you’re asking for.
 * Thanks in advance,
 * Quincy
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-header-in-single-posts/#post-10668867)
 * Hi Quincy,
 * You can try adding the following code to your Admin Panel > Appearance > Customize
   > Advanced Options > Additional CSS field:
 *     ```
       .postid-3388 #header {
         display: none;
       }
       ```
   
 * Thanks!

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

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

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/hide-header-in-single-posts/#post-10668867)
 * Status: not resolved