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
**SOLVED** swapped out logo and new logo does not show up
**SOLVED** swapped out logo and new logo does not show up
Last edited by Finn on Sun Jan 11, 2009 8:37 pm, edited 1 time in total.
Re: swapped out logo and new logo does not show up
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
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
Re: swapped out logo and new logo does not show up
Thank RonnyK
I had uploaded it properly, I just never double clicked so I could see the correct path.
Finn
I had uploaded it properly, I just never double clicked so I could see the correct path.
Finn


