Although I have disabled the site name in the Skeleton theme it still is appearing at the top of each page. It is in too big a font so I would probably be able to change that via css but removing it from the theme is easier.

I've also disabled the "Main page content" block from but that is not working either.

Comments

rickh’s picture

I just removed it with css.

#name-and-slogan {
display: none;
}

krueschi’s picture

Issue summary: View changes

I've tested successfully the 7.x-1.1 version and when the "site name" is disabled at admin/appearance/settings/skeletontheme the site name is gone everywhere.

Your second point is not a skeletontheme problem.

The page content variable is rendered in - afaik - all themes in page.tpl.php by this line of code:

  <?php print render($page['content']); ?>

As there is no "if" statement around this line the main content is rendered anyway.

krueschi’s picture

Status: Active » Closed (fixed)

As the OP did not respond to the 2 given answers I assume the problem is solved so I set this issue to fixed.

Patricia_W’s picture

I stopped using the theme some time ago so I can't say whether it is really fixed. I take your word for it.