I'm new to CMSMS and I want to change the basic banner (logo1.gif) to a selfmade banner.
I've found this code in the CSS:
Code: Select all
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(images/cms/logo1.gif) no-repeat 0 21px;
display: block;
height: 200px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
Thanks in advance,
Wally