Title: Hide Post Header
Last modified: August 20, 2016

---

# Hide Post Header

 *  [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/)
 * I would like to hide the header in my home page, so this is the code I’m using
 *     ```
       #index postheader {
         visibility: none;
       }
       ```
   
 *  Yet, it still show up. What am I missing here?
 * Regards,
    Angela

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186721)
 * assuming that the selectors are right, check the css:
    [http://www.w3schools.com/cssref/pr_class_visibility.asp](http://www.w3schools.com/cssref/pr_class_visibility.asp)
 * just a guess – i have no possibility checking it without a link to your site.
 *  Thread Starter [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186723)
 * Oh my, newbie mistake, thanks for the heads up. But, the header is still not 
   gone. This is the CSS now:
 *     ```
       #index postheader {
         visibility: hidden;
       }
       ```
   
 * Regards,
    Angela
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186727)
 * can you post a link to the site?
 * is `postheader` a css class?
 * in which case it might need a dot . before the name:
    `.postheader`
 *  [Aaron Wagner](https://wordpress.org/support/users/ajwagner777/)
 * (@ajwagner777)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186729)
 * Try:
 *     ```
       #index .postheader {
         display:none;
       }
       ```
   
 * Or if you want the content to be seen by screen readers, use:
 *     ```
       #index .postheader {
         position:absolute;
         left: -1000em
       }
       ```
   
 *  Thread Starter [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186736)
 * Nada, I have no idea why. But I do think that, I don’t have to specify the full
   selector path, correct? I mean there are some other classes also wrapping around
   post header, but this selector path should be enough, isn’t it?
 * Regards,
    Angela
 *  [Aaron Wagner](https://wordpress.org/support/users/ajwagner777/)
 * (@ajwagner777)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186739)
 * Can you show a link?
 *  Thread Starter [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186751)
 * You mean link to my site?

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

The topic ‘Hide Post Header’ is closed to new replies.

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [Angela](https://wordpress.org/support/users/angelazou/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/hide-post-header/#post-2186751)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
