**SOLVED** swapped out logo and new logo does not show up

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
Finn
New Member
New Member
Posts: 6
Joined: Sun Jan 11, 2009 6:34 pm

**SOLVED** swapped out logo and new logo does not show up

Post by Finn »

Hello everyone I am new to the forum.  I have CMS Made Simply version1.5.1 "San Juan"

I want to change the CMS Made Simple logo for the logo of my company website.  I first went into image manager and uploaded the new logo as a .gif.

I then went to Layout - Stylesheets and selected the edit on the stylesheet I am using.  I then went into the Basic Layout area to this portion

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px;
   display: block;
   height: 80px;             /* 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 */

I then simply changed (images/cms/logo1.gif)    to  (images/cms/ralogo1.gif)  which is my logo

I then submited it.  And when I go to the site and refresh, my new logo does NOT show up nor does the original log.  Just the background in the header is all the can be seen.

What am I doing wrong?

Thanks

Finn
Last edited by Finn on Sun Jan 11, 2009 8:37 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: swapped out logo and new logo does not show up

Post by RonnyK »

First,

it is better to upload in the /uploads folder, as there all, NONE cmsms, files should be set.

Then, after putting the image there, make sure that the path is correct, by using the imagemanager f.e. and souble-click the image... Then copy/paste the last bit of the showing image in the css....

Ronny
Finn
New Member
New Member
Posts: 6
Joined: Sun Jan 11, 2009 6:34 pm

Re: swapped out logo and new logo does not show up

Post by Finn »

Thank RonnyK

I had uploaded it properly, I just never double clicked so I could see the correct path.

Finn
Post Reply

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