"C5 Theme" in browser tab

Permalink
I just finished a new site and the browser (Chrome) tab says "C5 Theme". I've tried unsuccessfully to find a way to change this. Can someone point me in the right direction?

 
Adreco replied on at Permalink Reply
Adreco
Yep,
Your site name as displayed on the page is changed from the global scrapbook... BUT the nav page tab will change if you go to sitewide settings in the dashboard and change it in the site name area (top left of page).
Also, you can meta title your page when in edit mode-properties-custom attributes, and it will change in the browser tab.
phyjek replied on at Permalink Reply
Tried both suggestions with no luck.
Adreco replied on at Permalink Reply
Adreco
phyjek, Could you post your site url for us to see?
(Also, be sure to clear cache after making the changes.)

PS.I just replicated the problem on my sandbox site by removing the name I'd entered in the Sitewide settings. When the "name your website" is left blank, it defaults to the Concrete5 label.
Hope this is the issue for you
phyjek replied on at Permalink Reply
Here's the URL

http://danville.ccsuonline.org

I'll try your last suggestion to see what happens.
Adreco replied on at Permalink Reply
Adreco
Looks like your theme has an extra title line in the head
<head>
    <title>C5 Theme</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="/packages/theme_neuphoric/themes/neuphoric/styles.css" media="screen"/>
    <link rel="stylesheet" type="text/css" href="/packages/theme_neuphoric/themes/neuphoric/typography.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Danville school</title>
<meta name="description" content="" />
<meta name="generator" content="concrete5 - 5.4.2" />

Manually editing may be needed

(if the title C5 Theme was coded into the theme, you'll find it in the header file found in the Elements folder of your theme)
Adreco replied on at Permalink Reply
Adreco
I downloaded the theme and found it does have the title already written into the header. I don't know what you have for experience so excuse me if I'm being too basic ;)

1).Download the theme folder to your desktop and unzip it. Find the theme header file by following Themes_Neuphoric - Themes - Neuphoric - Elements - Header
2). Open the Header file with your favorite editor (I like Dreamweaver, but free ones like Gedit or notepad++ will do fine)
3). Remove line 9 or just replace "C5 Theme" with "Your site name"
4). Save

connect to your site via FTP and copy/paste the revised header file over the original