I am new to wordpress and have found this thread very helpful for adding an image to my title. The difficulty I am currently having is that the title is written on top of the image. I have installed the CSS Manager plugin and added the following:
h1 {
background: url(http://sandylake.org/wp-content/uploads/2013/08/slca_logo-e1376786357298.jpg) left top no-repeat;
padding-left: 160px;
margin-top: 32px;
}
Along with having placed the title under Dashboard > Appearance > Customize > Site Title.
My desire is to have the title next to the image (sandylake.org).