Title: Help with header
Last modified: August 21, 2016

---

# Help with header

 *  Resolved [fabrizio1976](https://wordpress.org/support/users/fabrizio1976/)
 * (@fabrizio1976)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/help-with-header-9/)
 * Dear all,
 * I would like to remove the area where the logo goes, so no white space above 
   the menu/slider. Anyone knows the trick?
 * Thanks
 * Fabrizio

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/help-with-header-9/#post-4462746)
 * Add this to your child theme or custom css.
 *     ```
       header hgroup {
       display: none;
       }
       ```
   
 *  Thread Starter [fabrizio1976](https://wordpress.org/support/users/fabrizio1976/)
 * (@fabrizio1976)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/help-with-header-9/#post-4462756)
 * Thanks a lot!!!!! It worked!
 * Not to abuse of your kindness and skills but maybe you can also advice on on 
   adding an image on the header of the default page? Even better if this can be
   set different for different pages. Please browse to diascubanos.com and just 
   click on the menu. I made this site purely out of HTML/CSS but soon I would like
   to improve it make it on wordpress.
 * Thanks!!!!
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/help-with-header-9/#post-4462852)
 * It is possible to have different header backgrounds on pages.
    It might look 
   something like this.
 *     ```
       PAGE ID header{
       background-image; url(LINK TO IMAGE);
       }
       ```
   

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

The topic ‘Help with header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vantage/1.20.33/screenshot.jpg)
 * Vantage
 * [Support Threads](https://wordpress.org/support/theme/vantage/)
 * [Active Topics](https://wordpress.org/support/theme/vantage/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vantage/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vantage/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [batharoy](https://wordpress.org/support/users/batharoy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/help-with-header-9/#post-4462852)
 * Status: resolved