Title: Remove Entry Header
Last modified: December 15, 2018

---

# Remove Entry Header

 *  [danyboyy](https://wordpress.org/support/users/danyboyy/)
 * (@danyboyy)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-entry-header-2/)
 * Hi,
 * I’d like to remove the entry header from my pages.
    They are displayed as H1,
   but I already have a H1, I only want them as a title, not on the page.
 * How could I do without using “display: none;” ?
 * Thank you !
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-entry-header-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-entry-header-2/#post-11005579)
 * Hi Dany,
 * You can try adding the following code to your Admin Panel > Appearance > Customize
   > Advanced Options > Additional CSS field:
 *     ```
       header.entry-header {
         display: none;
       }
       ```
   
 * Thanks!

Viewing 1 replies (of 1 total)

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

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/remove-entry-header-2/#post-11005579)
 * Status: not resolved