Deleting SIte Name

Permalink
I would like to get rid of the Concrete5 site name above the header; while I have read a couple of posts concerning this, I am not completely clear where to start. Thanks!

 
hexacreative replied on at Permalink Reply
hexacreative
go to /your_themes/elements/header.php

and edit the :

<h1 id="logo"><a href="<?php echo DIR_REL?>/"><?php echo SITE?></a></h1>


to what do you want ;)

chers!
-navy