How do you remove the "Concrete 5" title from a page?

Permalink
I am not a programmer and have been trying to figure it out for a while. I've searched the forums and all the answers say to visit the scrapbook page. I don't believe that the newest version has a scrapbook section so I'm not sure how to change it.
Thank you so much!

 
planist1 replied on at Permalink Reply
planist1
Dashboard - > Stacks look for Site Name and edit it to change it. If you want to delete it, you need to look in your theme/elements folder/header.php

Look for
<?php  
      $a = new GlobalArea('Site Name');
      $a->display();
      ?>


You can delete that code to remove the site name from the pages.
enlil replied on at Permalink Reply
enlil
deleting the global area code above will only remove your "site name" global area from your header.

Sometimes there is a block, a content block for instance, that has been named "site_name". If a theme is hard coded to display this block, simply finding which block it is and removing the name will do! Click on a block, then choose custom template to see if a block has a name or to apply one ;)

Hope this helps!!
razorbilldesigns replied on at Permalink Reply
I've really new to this and I appreciate your explanations but I still cannot change it. Basically I downloaded a theme called blue pigment and have started to design it. The only thing that I cannot change it the title of the page that says concrete. I can't click on it and when I went to stacks and clicked on site name and changed it to what I want it didn't actually change it on the website. I worded the original question poorly. Basically I want to change the word concrete to Razorbill Desgins but I can't figure out how to do this. Thank you! I really appreciate any answers!
Adreco replied on at Permalink Reply
Adreco
Hi,
The Concrete5 title is probably the default site name when you went through installation. Just go to Dashboard > Systems & Settings (lower left of page) > Basics > Site Name , and rename your site there.

Let us know if that helps you out

Edit: Changing individual page names can be done from Properties both under the edit button of from the Sitemap. Also take a peek at changing meta info with the Bulk SEO tool in the Dashboard's Systems & Settings page.

Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............
Adreco replied on at Permalink Reply
Adreco
Remember to turn Cache off when doing major edits. Also... I've found often times your browsers cache will keep you from seeing changes to elements like the site name... be sure to clear both site and browser caches.
Hope this helps.

Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............