Title: how to overlap image over header
Last modified: August 20, 2016

---

# how to overlap image over header

 *  [lampyris](https://wordpress.org/support/users/lampyris/)
 * (@lampyris)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/overlap-image-over-header/)
 * Hi.
    I have edited <?php the_title() ?> of the page to insert an image as name
   of the page (using some like:
 *     ```
       <?php
       if ( is_page('chi-siamo') ) {
       echo '<img src="http://www.***.com/img/chisiamo_t.png" >';
       } else {
       echo 'nonva';
       }
       ?>
       ```
   
 * and it works!
    Now i like to place the post name’s image over the header’s image,
   but it doesn’t work. It’s ever under the header’s image. This is the page i’m
   trying to editing: w*w.generalfotogf.com/sito/chi-siamo/ How you can see, the
   pink logo is under the roll’s image. Here an example how it should be: w*w.generalfotogf.
   com/chisiamo.html
 * I tried to set z-index parameter but it doesn’t work.
    Here how i code it:
 *     ```
       h1.entry-title {
       position: absolute;
       top: -25px; left: 100px;
       z-index:100;
       }
       ```
   
 * Have you any idea?
 * Thank you a lot!

Viewing 1 replies (of 1 total)

 *  Thread Starter [lampyris](https://wordpress.org/support/users/lampyris/)
 * (@lampyris)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/overlap-image-over-header/#post-2567432)
 * up. no one?

Viewing 1 replies (of 1 total)

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

 * 1 reply
 * 1 participant
 * Last reply from: [lampyris](https://wordpress.org/support/users/lampyris/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/overlap-image-over-header/#post-2567432)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
