Title: Difficulty changing header image in PHP/CSS
Last modified: August 21, 2016

---

# Difficulty changing header image in PHP/CSS

 *  Resolved [cbeaman](https://wordpress.org/support/users/cbeaman/)
 * (@cbeaman)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/difficulty-changing-header-image-in-phpcss/)
 * Hi,
 * I am trying to change the header image for a specific page in the Twenty Twelve
   template.
 * Seen here: [http://www.robotspacebrain.com/keyz/](http://www.robotspacebrain.com/keyz/)
 * I can’t seem to get the image to show up…
 * My style.css:
 *     ```
       #header-keyz {
         background: url("<?php bloginfo('stylesheet_directory'); ?>/images/Keyz-1200.jpg")
         no-repeat bottom center; }
       #headerimg-keyz  {
         margin: 0px 0px 0;
         height: 194px;
         width: 1200px; }
       ```
   
 * And my header.php:
 *     ```
       <div id="header-keyz">
        <div id="headerimg-keyz">
          <h1>
           <a href="<?php echo get_option('home'); ?>">
              <?php bloginfo('name'); ?></a>
          </h1>
         </div>
       </div>
       ```
   
 * I’m trying to implement the information found from the designing headers section
   on WordPress

Viewing 1 replies (of 1 total)

 *  Thread Starter [cbeaman](https://wordpress.org/support/users/cbeaman/)
 * (@cbeaman)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/difficulty-changing-header-image-in-phpcss/#post-4550298)
 * I changed it to
    #header-keyz { background: url(“images/Keyz-1200.jpg”) no-repeat
   bottom center; }
 * and it worked…

Viewing 1 replies (of 1 total)

The topic ‘Difficulty changing header image in PHP/CSS’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [cbeaman](https://wordpress.org/support/users/cbeaman/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/difficulty-changing-header-image-in-phpcss/#post-4550298)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
