Title: Header Picture
Last modified: August 22, 2016

---

# Header Picture

 *  [kalomani](https://wordpress.org/support/users/kalomani/)
 * (@kalomani)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-picture-5/)
 * Hello,
 * I have a picture on the header for the first page. How can this picture disapear
   from the header of the another pages?
 * That’s my homepage: [http://www.anomaliachikh.de/](http://www.anomaliachikh.de/)
 * Thanks for the help!
 * Kalomani

Viewing 1 replies (of 1 total)

 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/header-picture-5/#post-5761827)
 * Hello!
 * This can be easily achieved with a little bit of custom CSS code:
 *     ```
       #main .header-image {
       	display:none;
       }
   
       .home #main .header-image {
       	display:block;
       }
       ```
   
 * If you have some kind of custom css plugin installed, paste the above code there
   and please let me know if this is what You have in mind.
 * If you don’t have such a plugin, I recommend You to install the [Simple Custom CSS plugin](https://wordpress.org/plugins/simple-custom-css/).
   After installation, go to `Appearance->Custom CSS`, paste in the above code, 
   save it, and check Your site.
 * Let me know if You have any questions related to this.
 * Cheers,
    Balint

Viewing 1 replies (of 1 total)

The topic ‘Header Picture’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/the-box/1.5.4/screenshot.png)
 * The Box
 * [Support Threads](https://wordpress.org/support/theme/the-box/)
 * [Active Topics](https://wordpress.org/support/theme/the-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/the-box/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/the-box/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/header-picture-5/#post-5761827)
 * Status: not resolved