to upload, you go to write. Then you’ll see where to upload from there. After it’s done, you click on send to editor, form there you’ll see the image on visual then next to that you’ll see code click on that. When you see the code that looks like:
a href=”https://dogwooddistrict.com/wp-content/uploads/2008/04/capj4gwd.jpg” title=”capj4gwd.jpg”><img src=”https://dogwooddistrict.com/wp-content/uploads/2008/04/capj4gwd.jpg” alt=”capj4gwd.jpg” />….
only copy the url code of the image. “https://…………..jpg”
Then you go to presentation, then to theme editor. For the header, you look for this:
#header .sitehead-left {
width:50%;
float:left;
margin:0;
padding:0;
background:url(________________________________) top left no-repeat;
height:150px;
}
then you paste it on the background..where I placed a blank space. You’ll have to change the code that was there before, and replace it with the one you copied.
if the size of your image is too big, you can adjust the space.
width:50%;
height:150px;
I hope this helps! =)