• Resolved patman2222

    (@patman2222)


    Within Dashboard in website configuration ther are 2 fields namely “site title” and “tagline”. Those 2 fields are blank. However my site display a name and a tagline. I would like to know :
    1. How the header is populated ? Should I want to change the text or say the written style of either of one how is the procedure ?
    2. As far as SEO is concern, does it read or recognize my site title if those 2 fields are blanks ?

Viewing 10 replies - 1 through 10 (of 10 total)
  • 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?

    Thread Starter patman2222

    (@patman2222)

    https://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:
    https://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; }

    Thread Starter patman2222

    (@patman2222)

    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;
    	}
    Thread Starter patman2222

    (@patman2222)

    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.

    Thread Starter patman2222

    (@patman2222)

    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

    Thread Starter patman2222

    (@patman2222)

    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘header text is embedded’ is closed to new replies.