paulys33
Member
Posted 5 years ago #
Hi,
I know this topic has been covered but can't find the answer I need. I'm using the 3K2 them which has no header image.
I can change the color by modifying the style sheet, but want to completely replace this with an image. Adding a background image does not work. Any help is appreciated - thanks!
paulys33
Member
Posted 5 years ago #
In your stylesheet you have:
#header {
padding: 0;
margin: 0;
position: relative;
height: 140px;
background: #99CC00;
}
edit:
#header {
padding: 0;
margin: 0;
position: relative;
height: 140px;
background: #99CC00;
background-image:url("path to your image file");
background-repeat:no-repeat;
}
paulys33
Member
Posted 5 years ago #
That's great. It works in Internet Explorer and Opera!
Why doesn't it work in Firefox?
Here's my test URL.
http://atomicgraphix.com/robots/wordpress/
Thanks again - almost there.
Looks the same to me in IE and Firefox.
Did you clear your cache?
paulys33
Member
Posted 5 years ago #
I've got it now - thanks!
lagoamedia
Member
Posted 4 years ago #
i'm trying to do the same thing to my blog. I have an image that i want to always be at right before the first post. I tried copying the same code used here and it didn't work for me. my site is teachmomhow.com. Can anyone help me out?