Get rid of sitename

Permalink
Hey guys, I've been browsing the forums for an answer and haven't found one. I'm a huuuuuuuuuuuuuuge noob. I dunno how to edit code and all of that (yup) and I need help. I want to get rid of the sitename in the green salad theme and I did it before and now I forgot. this is my wife's website: angelnailsnewport.com I'm building a new website so I need it now. How do I get rid of it, please answer ASAP

 
Remo replied on at Permalink Reply
Remo
set the meta tag title and the page properties or make a copy of header.php of your theme
frz replied on at Permalink Best Answer Reply
frz
there's actually a few easier ways to deal with this now, depending on what theme you're using:

http://www.concrete5.org/help/faq/how_do_i_get_rid_of_my_sitename_/...
thatGUYoverTHERE replied on at Permalink Reply
I tried that way. Doesn't work and I'm using the Green Salad theme.
mario replied on at Permalink Reply
mario
you can also try putting this into your css

#logo {
display:none;
visibility:hidden;
}

it won't actually get rid of it in the html code but it will remove it from presentation.
ThemeGuru replied on at Permalink Reply
ThemeGuru
Download the site template (since your using the green salad theme you must get it from: concrete/themes/greensalad)

Open up the default.php, full.php, and home.php.

Remove the code below:

<?php 
            $block = Block::getByName('My_Site_Name');
            if( $block && $block->bID ) $block->display();  
            else echo SITE;
         ?>



Hope that helps.

The other ways are confusing. Sometimes editing the theme itself is so much easier.

Cheers,

Thomas
mikacole replied on at Permalink Reply
Hi Thomas,

I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.

Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.

Any suggestions?
mikacole replied on at Permalink Reply
Hi Thomas,

I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.

Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.

Any suggestions?
mikacole replied on at Permalink Reply
Hi Thomas,

I would like to keep the site name that I have created. My problem is that the name appears on every single page I add. I have spent days trying to find out how to stop this from happening, and everyone keeps giving me the wrong information. Can you help me.

Someone told me to go to Scrapbook and delete the information from there, but I don't have General Scrapbook, and the one that I have has nothing in it. So I thought it might be because I created my own page. So I then tried using one of the system templates and the same thing happened.

Any suggestions?
ideasponge replied on at Permalink Reply
ideasponge
are you using the current version of c5? 5.4.
mikacole replied on at Permalink Reply
Yes I am