Title: Hide header from one specific page (CSS)
Last modified: December 15, 2021

---

# Hide header from one specific page (CSS)

 *  Resolved [calliz21](https://wordpress.org/support/users/calliz21/)
 * (@calliz21)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/hide-header-from-one-specific-page-css/)
 * Hello,
 * I am looking for a way to hide the header in this specific page. I’d prefer an
   easy solution like adding CSS to the page directly (if possible) I’m using elementor.
   I would still like the HTML on the header to load but not be visible as there
   are tracking codes in the header that I would like to still load on the page.
   
   Any help is appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-header-from-one-specific-page-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * (@catacaustic)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/hide-header-from-one-specific-page-css/#post-15168315)
 * If you want to hide the entire header, you can use this:
 *     ```
       .page-id-2776 .header-top {
           display: none;
       }
       ```
   
 * The class that you use will dpeend on what exactly you want to hide, but the 
   main class of `page-id-2776` is on the <body> tag so it will cover anything on
   that page. And will target that page only.
 *  Thread Starter [calliz21](https://wordpress.org/support/users/calliz21/)
 * (@calliz21)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/hide-header-from-one-specific-page-css/#post-15168338)
 * Thank you so much! I used the class to hide the entire top header and nav menu.
   Really appreciate your help

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

The topic ‘Hide header from one specific page (CSS)’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [calliz21](https://wordpress.org/support/users/calliz21/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/hide-header-from-one-specific-page-css/#post-15168338)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
