HELP! I modified my header according some advise Ian gave another user and it worked like a charm. (Thanks, Ian...) However, while the overall objective was achieved, my header is now oddly large. Here is what I added to the style...
#header {
background:#fff; /* Makes the background white */
}
#blog-title a {
color:#000; /* Makes the name black */
}
#blog-title a {
display:block;
text-indent:-9000px;
height: 180px;
width: 940px;
background:url(/wp-content/themes/thematic.0.8.1/thematic/banner.jpg) no-repeat top center;
I've tried playing with the height, but that doesn't seem to be the problem. Any thoughts?
Thanks,
Kelly