Title: Headers
Last modified: August 30, 2016

---

# Headers

 *  Resolved [andrewtix](https://wordpress.org/support/users/andrewtix/)
 * (@andrewtix)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/headers-15/)
 * Hi,
 * I love Penscratch, but I want to have a header on my main page without necessarily
   having it appear in my subpages. The problem is that when people share the site
   on Facebook, without a header on the main page, there is no photo, which is less
   enticing. Please advise. I tried downloading various zipfiles to be able to customize
   this, but to no avail.
 * Thanks,
    Andy

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/headers-15/#post-6415181)
 * This custom CSS should hide the custom header on all but the homepage:
 *     ```
       .custom-header {
         display: none;
       }
       .home .custom-header {
         display: inherit;
       }
       ```
   
 * If your question is about this site – mysteryandawe.wordpress.com – you will 
   need to upgrade your site to add custom CSS.
 * If you need further help with your WordPress.com site, please post over in their
   forums, as the ones here are for folks running the WordPress software on their
   own hosting.
 * [https://en.forums.wordpress.com/](https://en.forums.wordpress.com/)
 * If you’re running Penscratch on your own hosting, don’t edit the theme files 
   directly, otherwise your changes will be overwritten whenever the theme is updated.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)
 *  [jennysstool](https://wordpress.org/support/users/jennysstool/)
 * (@jennysstool)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/headers-15/#post-6415404)
 * I’ve seen many blogs using Penscratch in which the header image/design is above
   the horizontal page menu.
 * How can I make that change?
 *  [jennysstool](https://wordpress.org/support/users/jennysstool/)
 * (@jennysstool)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/headers-15/#post-6415405)
 * Here’s an example of a WordPress.com blog using Penscratch with the header image
   appearing above the menu.
 * [http://livelovelaughpr.com](http://livelovelaughpr.com)
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/headers-15/#post-6415406)
 * jennysstool – that’s a Site Logo. On self-hosted WordPress sites, you can add
   a Site Logo by activating the Jetpack plugin, and uploading one under the Customizer’s
   Site Title, Tagline, and Logo panel. I see that you’re using WordPress.com, though,
   so you don’t need to install a plugin as the feature is already built in.
 * As I mentioned above, these forums are for folks running the WordPress software
   on their own hosting.
 * If you need further help with your theme on WordPress.com, feel free to post 
   in the themes forum here:
    [https://en.forums.wordpress.com/forum/themes](https://en.forums.wordpress.com/forum/themes)
 * Here are some tips on getting help in the WordPress.com forums: [http://en.support.wordpress.com/getting-help-in-the-forums/](http://en.support.wordpress.com/getting-help-in-the-forums/)
 * You can also access the live chat support option when available here:
 * [https://wordpress.com/help/contact](https://wordpress.com/help/contact)

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

The topic ‘Headers’ is closed to new replies.

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

## Tags

 * [headers](https://wordpress.org/support/topic-tag/headers/)

 * 4 replies
 * 3 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/headers-15/#post-6415406)
 * Status: resolved