Title: Header Image Help
Last modified: August 18, 2016

---

# Header Image Help

 *  Resolved [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/)
 * Hello all. I have been trying for hours (yes I am a newbie and have little to
   no css or php experience) to get a new header logo into my WP installation. I
   am using the Batavia 1.5 theme and have read many threads on how to do this and
   nothing seems to work. I even read the threads for the default kubrick thread
   and tried that and still nothing. Could somebody please look at my site (www.
   househunting101.com) and tell me what I am doing wrong.
 * Thank you so much,
    Knox

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/topic/header-image-help-2/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/header-image-help-2/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/header-image-help-2/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228488)
 * #header {
    margin: auto; WIDTH: 100%; HEIGHT: 108px; BACKGROUND-COLOR: #CCCC99;
   BACKGROUND: url(“househuntinglogo.jpg”); COLOR: #7D5B38; }
 * The image it’s looking for is not where it thinks it is.
    Where is the image ?
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228489)
 * What have you tried to do?
 * I see a househuntinglogo.jpg in your header css, but when I try to access that
   file it doesn’t exist. Where is the logo located?
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228490)
 * Thanks for checking this out for me.
 * It’s in the same folder as the theme. Does that answer your question with enough
   info or do you need the folder names and such?
 * Knox
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228491)
 * This is the only place that I’ve changed or added any code. Do I need to add 
   anything anywhere else?
 * Knox
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228493)
 * Can you give us the full location, because I still can’t find it.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228494)
 * BACKGROUND: url(“www.househunting101.com/wp-content/
    themes/theme-name/househuntinglogo.
   jpg”);
 * Try that – after changing the theme-name
    (all on one line though)
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228495)
 * Sure.
 * The name of the file is househuntinglogo.jpg
 * It’s location is househunting101.com/public_html/wp-content/themes/Batavia 1.5/
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228498)
 * I’m still not finding it! You might want to double check the location and filename
   through your ftp. Then as podz said, plug the whole location into the css.
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228499)
 * I just plugged the whole location in and it didn’t work. Here’s what I have now:
 * #header {
    margin: auto; WIDTH: 100%; HEIGHT: 108px; BACKGROUND-COLOR: #CCCC99;
   BACKGROUND: url(“www.househunting101.com/wp-content/ themes/Batavia 1.5/househuntinglogo.
   jpg”); COLOR: #7D5B38;
 * Any ideas?
 * Thanks,
    Knox
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228500)
 * The image is not there.
    [http://www.househunting101.com/wp-content/themes/Batavia%201.5/househuntinglogo.jpg](http://www.househunting101.com/wp-content/themes/Batavia%201.5/househuntinglogo.jpg)
   File not found.
 * You need to double check it.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228501)
 * Remove the spaces
 * Make it just ‘Batvia’ not Batvia 1.5
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228502)
 * Ok, at least that did something. But unfortunately all I get now id a white screen.
   Here’s what I have:
 * #header {
    margin: auto; WIDTH: 100%; HEIGHT: 108px; BACKGROUND-COLOR: #CCCC99;
   BACKGROUND: url(“/home/house101/public_html/wp-content/ themes/Batavia/househuntinglogo.
   jpg”); COLOR: #7D5B38;
 * Thanks,
    Knox
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228503)
 * /home/house101/public_html/wp-content/
    themes/Batavia/househuntinglogo.jpg
 * make that
 * [http://www.househunting101.com/wp-content/](http://www.househunting101.com/wp-content/)
   
   themes/Batavia/househuntinglogo.jpg
 *  Thread Starter [k3200](https://wordpress.org/support/users/k3200/)
 * (@k3200)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228505)
 * Still a white screen only. Here’s what it is now:
 * #header {
    margin: auto; WIDTH: 100%; HEIGHT: 108px; BACKGROUND-COLOR: #CCCC99;
   BACKGROUND: url(“[http://www.househunting101.com/wp-content/](http://www.househunting101.com/wp-content/)
   themes/Batavia/househuntinglogo.jpg “); COLOR: #7D5B38;
 * Thanks,
    Knox
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/#post-228508)
 * I’m still not finding an image at that location.

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/topic/header-image-help-2/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/header-image-help-2/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/header-image-help-2/page/2/?output_format=md)

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 41 replies
 * 5 participants
 * Last reply from: [k3200](https://wordpress.org/support/users/k3200/)
 * Last activity: [20 years, 10 months ago](https://wordpress.org/support/topic/header-image-help-2/page/3/#post-228789)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
