Title: Header background disappearing
Last modified: August 31, 2016

---

# Header background disappearing

 *  Resolved [gnewby](https://wordpress.org/support/users/gnewby/)
 * (@gnewby)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/)
 * When I click “Show the post title in head by default” to Off, the header image
   disappears!

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148235)
 * This CSS will hide your post titles in the header for each post.
 *     ```
       .single-post .post_page_title, .subtitle {
           visibility: hidden;
       }
       ```
   
 * Copy and paste the code into Appearance> Theme Options> Custom CSS.
    Let me know
   if this works for you.
 *  Thread Starter [gnewby](https://wordpress.org/support/users/gnewby/)
 * (@gnewby)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148239)
 * Well yes that made the title go away, but it didn’t accomplish the main goal 
   of reclaiming that screen space back! Effective I want the top background image
   to be less pixels high, and just to be behind the menu/logo.
 * Thanks, Glenn
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148252)
 * Try this instead and let me know if that’s what you’re looking for.
 *     ```
       .single-post .post_page_title, .subtitle {
           display: none;
       }
       ```
   
 *  Thread Starter [gnewby](https://wordpress.org/support/users/gnewby/)
 * (@gnewby)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148256)
 * No, that just makes the title go away…
 * But this seems to work:
    div#pageheader { height: 100px; }
 * Don’t know if there are any other negative repercussions from this?
 * Also, I’d like to be able to do this by individual page (or at least try it!).
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148257)
 * That shouldn’t have negative effects, but if it does, you can always go back 
   and change the CSS.
 * If you want to do it on a per-page basis, then you can specify the page in your
   CSS.
 * The page classes can be found “body” section of your html. It will look something
   like
 * .home
    .page-id-132 .portfolio etc…
 * just ad that tag to the beginning of your CSS block, and it should allow you 
   to select each page.

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

The topic ‘Header background disappearing’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/header-background-disappearing/#post-7148257)
 * Status: resolved