Still trying to change header image
-
I have been trying to change the header image on Kubrick from the blue blob to a photo I took myself, which is on my hard drive. (I learned enough CSS and HTML to build my own site, but I know no php at all, so I am very daunted.) I read the tutorial on “Changing the Header Image” in the Codex. I went on Filezilla and uploaded the image (LongBantry.jpg) from my hard drive into interiorpassage.com/blog, my WordPress blog’s address. The problem is I don’t know WHERE in the blog’s files I can now find that image. I didn’t specify any folder. I just sent it over.
Well, my settings say that all new uploads go into a folder called wp-content/uploads. So I figured the .jpg must be in there. So I went to the Stylesheet file under the files for the default template and typed in this:
#header {
background: url(‘wp-content/uploads/LongBantry.jpg’) no-repeat bottom center;
}to replace the images/kubrickheader that was already there. But nothing changed. I’ve been struggling with this for two days and I still feel like I’m drowning in confusion. Any help would be greatly appreciated.
- The topic ‘Still trying to change header image’ is closed to new replies.