Changing the banner from logo1.gif to AnotherBanner.gif

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
WonderWally
New Member
New Member
Posts: 3
Joined: Thu Jan 08, 2009 8:16 am

Changing the banner from logo1.gif to AnotherBanner.gif

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”