Title: Problems with Header Image
Last modified: August 21, 2016

---

# Problems with Header Image

 *  Resolved [natroneous](https://wordpress.org/support/users/natroneous/)
 * (@natroneous)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problems-with-header-image/)
 * Hello,
 * I’m having a problem with the header image. I decided just not to use it, but
   my home page still looks like it’s trying to. It seems to have something to do
   with changing my Reading Settings to Static > Home. I would like my home page
   to just be a blank, full-width page like my other pages. Can you help?
 * [http://deborahsielski.com](http://deborahsielski.com)

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problems-with-header-image/#post-4321911)
 * Visit **Appearance > Theme settings**, and put this in the **Custom CSS**
 *     ```
       /*__________static front page: hide title__________*/
       .home.singular-page .hentry .entry-title {
       	position: absolute;
       	clip: rect(1px, 1px, 1px, 1px);
       }
   
       /*__________static front page: content fix__________*/
       .home.singular-page #content { width: 68.0851%; }
       .home.singular-page.page-template-fullwidth #content { width: 100%; }
       .home.singular-page .hentry { width: auto; height: auto; }
       ```
   
 * The CSS of this theme (Version 0.2.9 at the time of writing) doesn’t care for
   the situation when the front page display is set to a page, the above CSS is 
   a temporary patch.
 * In the future, if theme updates with the fix, don’t forget to remove that CSS.
 *  Thread Starter [natroneous](https://wordpress.org/support/users/natroneous/)
 * (@natroneous)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problems-with-header-image/#post-4321912)
 * Thank you!

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

The topic ‘Problems with Header Image’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [natroneous](https://wordpress.org/support/users/natroneous/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/problems-with-header-image/#post-4321912)
 * Status: resolved