Closed (fixed)
Project:
Clean
Version:
5.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 13:46 UTC
Updated:
29 Jan 2009 at 13:12 UTC
I am trying and liking the theme - but I want my custom logo, not the drupal default. No matter what I do it won't work. I have uploaded the logo through the theme interface, and uploaded it manually. I have tried gif & png. I think the issue is that no matter what I do the relevant bit of the rendered HTML's source is as follows...
<a id="logo" href="/"><span id="site-name">My site name</span></a>
<span id="slogan">My site slogan</span>Any help gratefully received
Comments
Comment #1
david@thrale.com commentedI eventually found a work around - FTPing the logo to themes/clean/logo.png. A solution for the theme settings is still required.
Comment #2
psynaptic commentedBasically, this theme doesn't use the logo settings in the admin. It uses a background image in the CSS.
Just change the background image (including height and width) in the #logo selector.
Comment #3
david@thrale.com commentedThanks. the css file concerned is layout.css
Comment #4
david@thrale.com commentedComment #5
psynaptic commentedThis has been changed to use theme_image and the theme logo settings. There is another issue that causes the image to not show up on some installations:
http://drupal.org/node/361703