Title: Remove Header Completely
Last modified: March 2, 2020

---

# Remove Header Completely

 *  [sweetpotato3](https://wordpress.org/support/users/sweetpotato3/)
 * (@sweetpotato3)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-header-completely-2/)
 * I need to remove the header on this site. I have removed all images and it just
   shows blank in the header section (top 1-2″ of the site), I would like that space
   to be completely eliminated.
 * Any help would be appreciated, thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-header-completely-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-header-completely-2/#post-12500392)
 * we can’t preview your site as it has a “coming soon” holding page.
 * if you mean by “remove the header” hiding the area where the logo is located,
   you can do that with some custom CSS (add this to customizer / additional CSS)
 *     ```
       #masthead {
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove Header Completely’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/remove-header-completely-2/#post-12500392)
 * Status: not resolved