**SOLVED** swapped out logo and new logo does not show up
Posted: Sun Jan 11, 2009 6:45 pm
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
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