Editing logo....
Posted: Fri Apr 18, 2008 9:22 pm
I am looking in the StyleSheet, and see where to edit my logo... but I did and it's not showing up.
This what was there:
And there was never a logo on the site....
this is what I put, and there still isn't a logo.
Why isn't it working?
This what was there:
Code: Select all
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 */
}
this is what I put, and there still isn't a logo.
Code: Select all
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(uploads/images/linnielogo.png) 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 */
}