Title: Remove Header from static splash page
Last modified: August 22, 2016

---

# Remove Header from static splash page

 *  [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/)
 * Hello,
 * My website is markventer.com. I’m one of the many useless wordpress users out
   there, so please bare with me. I would appreciate help with these issues –
 * Firstly, I want to remove the sticky banner completely (along with menu, logo,
   title, etc) from my home page (www.markventer.com) and just have a full size 
   image that clicks through to the work page (www.markventer.com/popcorn).
 * Then, for all pages, I want to remove the ‘entry header’ or the page title (like‘
   work’ and ‘contact’) and that whole div that it’s inside.
 * Thanks for the help, sorry for the trouble.

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

 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556393)
 * UPDATE – I figured out how to get rid of the entry header thing. Still wondering
   about removing the sticky banner from my splash page. Thanks
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556420)
 * Okay, another update… I got rid of the tc-header sticky banner on the splash 
   page, but it has left a big gap at the top, and my body div is too low… I don’t
   think I’ll figure this part out on my own.
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556421)
 * Here is the code I used in my custom css to deal with the sticky banner and the
   page title headers –
 * .page .entry-header { display: none; }
 * .page-id-2 .tc-header { display: none; }
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556453)
 * I suggest that you remove those css entries and use the basic features in Czr
 * Sticky Menu: Settings found in Customize>Header>Design & Layout
 * Page Title Headers: Settings found in Customize>Global Settings>Titles icons 
   settings
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556476)
 * Thanks, and sorry for idiocy. That helped me a lot. Now, I have one other little
   problem I’d like to ask you about. I have installed wp supersized to have a full
   screen image on the splash page, but now the footer is floating around in the
   middle of the page. How can I remove the footer from my home page only?
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556479)
 * Using this code has removed the footer from the work and contact pages, but not
   the home page somehow…
 * #footer { display: none; }
    .home #footer { display: block; }
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556516)
 * Try replacing #footer with footer#footer .colophon
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556538)
 * That works! Except now I have this sneaky little line still hanging around. Any
   ideas?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556545)
 * Add
 * `footer#footer .colophon {border-top: none;}`
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556577)
 * No luck I’m afraid. The line remains!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556578)
 * Sorry, try
 * `footer#footer {border-top: none;}`
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556586)
 * Thanks! Worked. You’re great.
 *  Thread Starter [markventer](https://wordpress.org/support/users/markventer/)
 * (@markventer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556590)
 * Hi. Sorry to do this, but I noticed that the footer is gone from all pages now…
   Is there something I can add at the beginning of those 2 code lines to make it
   only apply to the home page (page id 2) ?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556592)
 * Of course:
 * `.home footer#footer {border-top: none;}`

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

The topic ‘Remove Header from static splash page’ 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

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

 * 14 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-header-from-static-splash-page/#post-5556592)
 * Status: not resolved