Quote:
Originally Posted by andreasholm
Yes, that's what I mean!
|
"Regarding the template, I'm sure you notice that by default, the header contains the title of your site. If you'd like to use an image logo instead, you can simply edit the style sheet (horizon.css) and replace the following:
Code:
#header .inside {
background:#000;
height:100px;
}
#header .inside h1 a {
float:right;
text-align:right;
color:#666;
padding-top:30px;
font-weight:normal;
display:block;
}
with this - where "logo.gif" is your logo. (be sure to place it in the images folder contained in your template directory)
#header .inside {
background:url(../images/logo.gif) top right no-repeat #000;
height:100px;
}
#header .inside h1 a {
float:right;
color:#666;
padding-top:30px;
font-weight:normal;
width:300px;
height:60px;
display:block;
text-indent:-9999px;
}