Title: Custom Header Image
Last modified: August 20, 2016

---

# Custom Header Image

 *  [McDermmm](https://wordpress.org/support/users/mcdermmm/)
 * (@mcdermmm)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/custom-header-image-9/)
 * How do I add a custom header image to the tranquil reflections theme? Or is it
   even possible?

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

 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/custom-header-image-9/#post-2371647)
 * Everything is possible in this world (well, pretty much).
 * Open ‘Appearance’ -> ‘Editor’ and edit style.css.
 * You’ll see #header like this:
 *     ```
       #header {
       padding: 63px 60px 62px;
       }
       ```
   
 * Simply change it to:
 *     ```
       #header {
       background: url(images/MYIMAGE.jpg) no-repeat;
       padding: 63px 60px 62px;
       }
       ```
   
 * * don’t forget to rename MYIMAGE.jpg to whatever you called yours.
 * Upload the image you want to use INSIDE the images folder of the theme:
    wp-content/
   themes/[themename]/images/
 * and you’re good to go. 🙂
 *  Thread Starter [McDermmm](https://wordpress.org/support/users/mcdermmm/)
 * (@mcdermmm)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/custom-header-image-9/#post-2371655)
 * Thank you for your help! But I still can’t get any image to appear. Maybe I’m
   uploading the image incorrectly – how do I upload it into the images folder of
   the theme?
 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/custom-header-image-9/#post-2371658)
 * FTP or via your server control panel (File manager)

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

The topic ‘Custom Header Image’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/owendevelopment/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/custom-header-image-9/#post-2371658)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
