I'm trying to customize this theme to remove the site name. I've been able to do so in all browsers except for IE6-7. Is this a known issue? Has there been a work around mentioned? I tried to adjust the code but have been unsuccessful.

http://www.dandease.com

Any help would be greatly appreciated. This is a great theme!

Thanks,

DRD2

Comments

JohnForsythe’s picture

In page.tpl.php, you could try deleting the following:

    <div id="title">
      <?php if ($site_name) { ?><h1><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
      <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
      <div id="title-spacer"></div>
    </div>
JohnForsythe’s picture

Status: Active » Fixed
ddease2’s picture

Thanks, that did it.

Just as a reference, you also have to do it for the page-admin.tpl.php file as well, or it will come up when logged in as admin.

Thanks again!

Dan

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.