Title: header image
Last modified: September 1, 2016

---

# header image

 *  Resolved [reivilob](https://wordpress.org/support/users/reivilob/)
 * (@reivilob)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/header-image-211/)
 * Hi
 * is it possible to have the “Header image” only on the home page ?
 * Thanks for your ideas
    OB

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/header-image-211/#post-7620825)
 * try add this to customizer->general->custom css
 *     ```
       #custom-img-header {
       display:none;
       }
       body.home ##custom-img-header,
       body.home-page #custom-img-header {
       display:block;
       }
       ```
   
 *  Thread Starter [reivilob](https://wordpress.org/support/users/reivilob/)
 * (@reivilob)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/header-image-211/#post-7620886)
 * Thank
    work but with a simple “#” not ##custom-img-header …
 * Best regards
    Olivier
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/header-image-211/#post-7620988)
 * yeap..sry..my mistake there 🙂
 *  Thread Starter [reivilob](https://wordpress.org/support/users/reivilob/)
 * (@reivilob)
 * [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621052)
 * Hello
    I discover a very strange problem …
 * this custom modification works fine on all pages of the site except all groups
   page !
 * The page that list all the groups is ok, but when i select a group, the image
   and site title is still there !!! on all groups
 * any idea ?
 * my custom CSS:
    #custom-img-header { display:none; } body.home #custom-img-header,
   body.home-page #custom-img-header { display:block; }
 * #siteinfo {
    display:none; } body.home #siteinfo,body.home-page #siteinfo { display:
   block; }
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621057)
 * do you mean the buddypress group directory, try
 *     ```
       body.directory.groups #custom-img-header {
       display:none;
       }
       ```
   
 *  Thread Starter [reivilob](https://wordpress.org/support/users/reivilob/)
 * (@reivilob)
 * [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621059)
 * sorry no change …
    [http://www.linkedbyroad.com/](http://www.linkedbyroad.com/)-
   select groupes — select one group The header images and siteinfo is here (nowhere
   else on the site)
 * really strange
    Best regards Olivier
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621061)
 * try
 *     ```
       body.groups #header {
       display:none !important;
       }
       ```
   
 *  Thread Starter [reivilob](https://wordpress.org/support/users/reivilob/)
 * (@reivilob)
 * [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621062)
 * Sorry this does not work but the problem was not the body.groups
 * the solution was found and this is:
 *     ```
       body.single-item.groups #custom-img-header {
       display:none;
       }
       body.single-item.groups #siteinfo {
       display:none;
       }
       ```
   
 * We do not found why this is not covered by the global:
 *     ```
       #custom-img-header {
       display:none;
       }
       ```
   
 * but is works like this…
    Regards Olivier

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

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

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

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [reivilob](https://wordpress.org/support/users/reivilob/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/header-image-211/#post-7621062)
 * Status: resolved