New kid on the block

Permalink
New to this stuff and learning fast but im completely stuck on how to get rid of the Concrete 5 Header section on my home page that Concrete first creates for you. Can anybody help with what im certain is a real stupid ??? to ask but im just blind to finding the fix myself.

 
synlag replied on at Permalink Reply
synlag
It's located at dashboard->scrapbook.
boxbuilder replied on at Permalink Reply
Thx you put me some what in the right investigation path :-)
agedman replied on at Permalink Reply
agedman
Yes, if you installed the default content, you should see a content block called "My_Site_Name" in Dashboard > Scrapbook > Global Scrapbook. But if you're using a built-in template like plain yogurt, there's a fallback hard-coded into the template file that you may need to override. Near the top of the file themes/default/elements/header.php you should see this:
<h1 id="logo"><!--
  --><a href="<?php echo DIR_REL?>/"><?php 
  $block = Block::getByName('My_Site_Name');  
  if( $block && $block->bID ) $block->display();   
  else echo SITE;
  ?></a><!--
--></h1>
This was confusing to me too, probably should be mentioned in the Installation docs...
boxbuilder replied on at Permalink Reply
Thank you for tolerating a rookie guys, The interesting thing I found was that to get rid of the offending txt I had to go to Sitewide settings and under The heading Site name I found the troublesome txt, BUT, You can change it but not remove it nor edit it display function, so Im guessing that's when I have to edit the in bedded html code as you suggested :-)

Again thx guys
Mnkras replied on at Permalink Reply
Mnkras
what you can do, is go to dashboard->Scrapbook

Creat a new scrapbook with the name Global Scrapbook, add a new content block to that scrapbook, put in your logo, text, nothing, whatever and hit same hit rename next to the block and make the name (without the quotes) "My_Site_Name"