Title: Hide Header image
Last modified: August 22, 2016

---

# Hide Header image

 *  Resolved [Stein7](https://wordpress.org/support/users/stein7/)
 * (@stein7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/)
 * Hi
 * I would like to hide the header image.
 * I applied the following css spinet, but it does not work.
    .header-image { display:
   none!important; }
 * How can I hide the hdear image?
 * Thanks.

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

 *  [fevered – a11n](https://wordpress.org/support/users/fevered/)
 * (@fevered)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/#post-5434084)
 * Can you post a link to your site?
 *  Thread Starter [Stein7](https://wordpress.org/support/users/stein7/)
 * (@stein7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/#post-5434094)
 * Hi
 * I resolved this issue by changing the header image with a (very) thin line.
    
   Thanks for your help and for great theme!
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/#post-5434141)
 * Dear Stein7,
 * I am glad that you were able to resolve your problem! You also can simply remove
   the header image by clicking on the button “Remove Header Image” in the “Appearance
   > Header” panel.
 * If you would like to hide the header image using custom CSS, the following one
   should working:
 *     ```
       body .header-image {
        display: none !important;
       }
       ```
   
 * Best regards,
    Tomas Toman
 *  Thread Starter [Stein7](https://wordpress.org/support/users/stein7/)
 * (@stein7)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/#post-5434201)
 * Thank you very much.

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

The topic ‘Hide Header image’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Stein7](https://wordpress.org/support/users/stein7/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/hide-header-image/#post-5434201)
 * Status: resolved