Title: differents image header
Last modified: November 2, 2017

---

# differents image header

 *  Resolved [jbilodeau](https://wordpress.org/support/users/jbilodeau/)
 * (@jbilodeau)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/differents-image-header/)
 * Hi, I am using the wordpress Theme Agama. I am trying to display different header
   images for each pages of my website.
 * I am only able to choose one image for all the website. Is it possible to affect
   a single one for each page?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdifferents-image-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/differents-image-header/#post-9647007)
 * Hi, [@jbilodeau](https://wordpress.org/support/users/jbilodeau/)!
 * It’s a little bit tricky but possible…
 * First, you need to find the specific page number on which you want to apply the
   changes …
 * Please follow the steps below to discover the page id:
 * 1. Navigate in your browser to the page you want to work with.
    2. Right click
   on that page (anywhere) and select “Inspect Element“. 3. Search inside the site’s
   markup for the body tag. It should be one of the first element in the source.
   You’ll see it has many classes. Look for the class that starts with “page-id-…”.
   That’s the class you should use.
 * then, Open the `Customizing->Additional CSS`
    and add the code below:
 *     ```
       .page-id-8 #agama-header-image{
       content:url("https://www.niagarafallsstatepark.com/~/media/parks/niagara-falls/homepage/banner-niagara2.jpg");
       }
       ```
   
 * Replace your page ID and link to the image, for every page you want to change
   the header image.
 * Regards
 *  Thread Starter [jbilodeau](https://wordpress.org/support/users/jbilodeau/)
 * (@jbilodeau)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/differents-image-header/#post-9648533)
 * Thanks fo this precises references!

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [jbilodeau](https://wordpress.org/support/users/jbilodeau/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/differents-image-header/#post-9648533)
 * Status: resolved