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?
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?
Hi, I am a novice at this, and I wondered where I find the php template files?
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.
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.
Thank you , I have done that, but it doesn't work with Mint Chocolate Chip. I think its hard wired in or something.
Have you tried clearing the cache in the 'Dashboard' under 'Sitewide settings'?
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. :(
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.
Go to elements the folder open header.php, find title tag on line five and remove it or change it to your title.
That sounds great. Now where do I find the elements folder?
In your Concrete5 install folder:
/themes/<themename>/elements/header.php
You are then looking for the line:
Delete that. Save. Refresh your browser.
/themes/<themename>/elements/header.php
You are then looking for the line:
<title>Mint Chocolate Chip</title>
Delete that. Save. Refresh your browser.
Thank you thank you thank you!!! I did it
That is good news
Just remove that line of code and you are done.