Page 1 of 1

Changing the banner from logo1.gif to AnotherBanner.gif

Posted: Thu Jan 08, 2009 8:25 am
by WonderWally
Hi Guys,

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 */
}
When I change the name logo1.gif to banner.gif the banner doesn't change. How can I fix this?

Thanks in advance,

Wally

Re: Changing the banner from logo1.gif to AnotherBanner.gif

Posted: Thu Jan 08, 2009 8:28 am
by RonnyK
When you upload your own image, this will be located somewhere in the /uploads folder.

make sure that you reflect that path in the stylesheet.

Ronny