Forums

[resolved] How to hide blog title and tag line info (2 posts)

  1. Mudman
    Member
    Posted 2 years ago #

    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!!)

  2. Dave Redfern
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.