<div id="header"> <div id="logo"> <h1><a href="<?php print DIR_REL; ?>/"><?php print SITE; ?></a></h1> </div> </div>
You are allowed to delete your post for 5 minutes after it's posted.
Delete
You must have a user account and be signed to perform this action.
YOURSITE/packages/theme_yosemite/themes/yosemite/elements/header.php
and removing this:
<div id="header"> <div id="logo"> <h1><a href="<?php print DIR_REL; ?>/"><?php print SITE; ?></a></h1> </div> </div>Unfortunately this can only be done on a site-wide basis -- you cannot make the header different for different pages.
-Jordan