Regardless of the logo theme setting, a logo will not display. This is because page.tpl.php is looking for the wrong setting:

if (theme_get_setting('image_logo','responsive_blog')):

This should be:

if (theme_get_setting('logo','responsive_blog')):

Comments

timhatton’s picture

Thanks for this - just spent a frustating 20 mins trying to get this theme to show a custom logo....!

devsaran’s picture

Version: 7.x-1.4 » 7.x-1.5
Status: Active » Closed (fixed)

Image logo is made as Default..

The Hawk’s picture

Can the background behind the logo be changed to a different color? If so, then how?