I just purchased the Custom CSS bundle so that I could post up my own banner, using the information here:
http://en.forums.wordpress.com/topic/depo-masthead-header-customization-and-replacement?replies=23
The code was successful, except that the original text title was displayed bang on top of the banner, which of course looked awful.
As a workaround, I went to General Settings and changed the blog title so that it was blank. This works, except that now there is no text in the browser title bar. This isn't a huge deal, but I would like to find a better solution in the long run. Can someone help me edit the CSS so that I can have a title that won't conflict with the image?
I'm using Depo Masthead. Here is the CSS I'm using so far:
h1 {
color:transparent;
}
#container h1 {
width:751px;
height:220px;
background:transparent url('http://postcardfromindia.files.wordpress.com/2010/07/this-time.jpg') no-repeat scroll center;
}