However my site display a name and a tagline.
can you give more details?
link to your site?
just guessing:
it might be hard-coded into header.php?
it might be an image?
http://www.smartwayvoyager.com is my site. Yes I think it is hard coded…
buther It is a guess. Can you find out looking at the site ?
How about SEO ? Does it “read” it ?,
it is an image:
http://www.smartwayvoyager.com/wp-content/themes/lifestyle/images/header.png
in the /images folder of your theme.
seo would not ‘read’ it.
you can enter some real info back into ‘dashboard’ ‘settings’ ‘general’;
and add some styles into black.css to hide the text:
#title, #description { visibility: hidden; }
That´s cool. I have found out my text header is in fact part of an image that cannot be change nor read by SEO. (I have gained this site key on hands). Now how do I do to correct ? I followed the path you have indicated : up to black.css but then it is chinese to me.
********hyperlinks**********
few text then
*********wrap**************
few text then
*********header************
[CSS code moderated – the link to your site is enough to access the stylesheet]
Is it there ?
yes, you can add visibility: hidden; in here:
#title-area #title {
color: #FFFFFF;
font-size: 30px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0;
padding: 0 0 0 20px;
text-decoration: none;
line-height: 36px;
visibility: hidden;
}
and in here:
#title-area #description {
color: #FFFFFF;
font-size: 14px;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 0 0 0 20px;
visibility: hidden;
}
I have added visibility hidden in cpanel file manager and have saved it. Is that correct because nothing has changed on the site !! Am I missing one thing ?
sometimes, the browser holds on to ‘old’ styles
– try to clear the browser cache by pressing the ‘reload’ button, or ‘CTRL F5’
besides, this will not change anything in the design of the site; there is no title or description at the moment;
try to add these in ‘dashboard’ ‘settings’ ‘general’ and you shiold see that some text will appear in the browser tab; and these title and descriptions should not show over the header image.
It is all over written. Please check my site !!!!!!
well done –
i see the title and description in the browser tab – which will help with SEO; and a clear header image 😉
if this is all sorted, please mark this topic as ‘resolved’ – thanks