Title at the top of the browser

Permalink
The site I am creating ishttp://www.wisnaz.com/main

the theme I am using places Mint Chocolate Chip at the top of the browser. I have followed several post directions to change this, but so far nothing has worked.

Is there someone that can give me directions on how to edit this text?

 
adajad replied on at Permalink Reply
adajad
In your .php template files you have the following in your <head> section (row 5):
<title>Mint Chocolate Chip</title>


Just remove that line of code and you are done.
sorcie replied on at Permalink Reply
Hi, I am a novice at this, and I wondered where I find the php template files?
Steevb replied on at Permalink Reply
Steevb
Which version of C5 are you using?

If it's 5.4 then go to the dashboard>sitewide settings>Site Name.

You should be able to type in a new name and save it.
sorcie replied on at Permalink Reply
Thank you , I have done that, but it doesn't work with Mint Chocolate Chip. I think its hard wired in or something.
wagdi replied on at Permalink Reply
wagdi
Have you tried clearing the cache in the 'Dashboard' under 'Sitewide settings'?
sorcie replied on at Permalink Reply
Yes, I did that too. The comment above that says to remove the line in the .php template is likely the cure, but I don't know where to find that. :(
Steevb replied on at Permalink Reply
Steevb
Then do what adajad suggested and change it in the header php file.

Go to elements the folder open header.php, find title tag on line five and remove it or change it to your title.
sorcie replied on at Permalink Reply
That sounds great. Now where do I find the elements folder?
loopytech replied on at Permalink Reply
In your Concrete5 install folder:
/themes/<themename>/elements/header.php

You are then looking for the line:
<title>Mint Chocolate Chip</title>


Delete that. Save. Refresh your browser.
sorcie replied on at Permalink Reply
Thank you thank you thank you!!! I did it
Steevb replied on at Permalink Reply
Steevb
That is good news