How to change header image?
Permalink
I'm puzzled. I've installed an Anther theme and want to change the header image. The default image is set in the CSS as a background image:
Now, I've created my own image of the same size and called it 'img05.jpg', put it in the same '/images' folder as the default 'img03.jpg' and changed the CSS to
then refreshed the page and the header image simply disappeared. Changed it back to '03' - it appeard, back to '05' - disappeared. What the?! I thought it was that simple. Am I missing anything?
#header { width: 960px; height: 240px; margin: 0 auto; background: url(images/img03.jpg) no-repeat right bottom; }
Now, I've created my own image of the same size and called it 'img05.jpg', put it in the same '/images' folder as the default 'img03.jpg' and changed the CSS to
#header { width: 960px; height: 240px; margin: 0 auto; background: url(images/img05.jpg) no-repeat right bottom; }
then refreshed the page and the header image simply disappeared. Changed it back to '03' - it appeard, back to '05' - disappeared. What the?! I thought it was that simple. Am I missing anything?
Hope that helped