Title: Remove header image?
Last modified: September 1, 2016

---

# Remove header image?

 *  Resolved [tanckom](https://wordpress.org/support/users/tanckom/)
 * (@tanckom)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-header-image-6/)
 * Hello guys,
 * Website:
    [http://football.xs-sol.com/did-puma-now-really-copy-f50/](http://football.xs-sol.com/did-puma-now-really-copy-f50/)
 * I’m trying to remove the big header image+text from all pages except the homepage.
   Can anybody help?

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

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-header-image-6/#post-7512073)
 * Hi
 * Please add below css code through [simple custom css plugin](https://wordpress.org/plugins/simple-custom-css/)
   or child theme stylesheet.
 *     ```
       .page-header-bg,.page-header-inner{
           display:none;
       }
       body.home .page-header-bg,body.home .page-header-inner{
           display:block;
       }
       ```
   
 * Thanks
 *  Thread Starter [tanckom](https://wordpress.org/support/users/tanckom/)
 * (@tanckom)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-header-image-6/#post-7512130)
 * Thanks man!

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

The topic ‘Remove header image?’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [tanckom](https://wordpress.org/support/users/tanckom/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-header-image-6/#post-7512130)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
