Cannot remove the word Concrete from template in Edit Mode

Permalink 1 user found helpful
I am very new to concrete5 and the world of creating a website. I'm trying to create a very basic site but when following the videos, when you go in edit mode, the word concrete in the "Grain" template does not get highlighted... how do I remove it? Any help is greatly appreciated.

J

 
SheldonB replied on at Permalink Reply
SheldonB
if your talking about the site name you can change that in the Dashboard -> system&Settings -> site name

themes can call values from the dashboard and display them as text in some situations this would be 1 of them. you can make the area an editable area but you have to edit the theme. there are allot great how tos on ways to do this
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
This is likely something that is hard-coded, so you won't be able to edit it front-end.

If you have access to your theme's source code files, you may want to look at the file called "footer.php" (if there is one). Usually, this where you can change what's displayed in the footer area.
thebigideasman replied on at Permalink Reply
thebigideasman
If you're talking about the credits in the footer, you need to "FORK" the theme, the following shows how:http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...

Hope that helps?