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

david@thrale.com’s picture

I eventually found a work around - FTPing the logo to themes/clean/logo.png. A solution for the theme settings is still required.

psynaptic’s picture

Status: Active » Closed (works as designed)

Basically, 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.

david@thrale.com’s picture

Thanks. the css file concerned is layout.css

david@thrale.com’s picture

Status: Closed (works as designed) » Closed (fixed)
psynaptic’s picture

This 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