• Resolved mudman

    (@mudman)


    Hello All,

    I have done a search on the how to section and cant get the exact info I wanted.

    I have my own custom header png which I am using, and when I fill in the blog title an tag line info they appear on the header.

    I have tried to edit the code so that they do not appear but I didnt know what I was doing! Could someone let me know how this is done? It seems to be that the code needs to stay in place so that the search engines can pick up the info (and my attempt was to simply delete it!!)

Viewing 1 replies (of 1 total)
  • The following should sort this:-

    On line 126 of wp-content/themes/defaut/style.css replace:-

    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    color:white;
    text-decoration:none;
    }

    with

    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    color:white;
    text-decoration:none;
    text-indent:-9999px;
    }

    Dave.

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide blog title and tag line info’ is closed to new replies.