Viewing 9 replies - 1 through 9 (of 9 total)
  • I would also be interested to know this! I have put my menu in the footer, but it also appears in my header too and don’t know how to get rid of it!

    Posting url will help as we can not see what text you talking about

    Thread Starter bayrkasj

    (@bayrkasj)

    That is your title and description and you want to take them out you can add
    display:none;

    in your style.css
    #site-title a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;

    #site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 15px 0 18px;
    width: 220px;

    Thread Starter bayrkasj

    (@bayrkasj)

    Thanks, I’ve not worked with the code. So would I enter a new line as follows:

    For The Title
    text-decoration: none;
    display: none;

    For The Description
    width: 220px;
    display: none:

    Would that also remove the white space in which the description and title reside?

    Thread Starter bayrkasj

    (@bayrkasj)

    I tried that but the title and description were still there, so I reverted back to the original. I worked out of the appearance editor.

    Thread Starter bayrkasj

    (@bayrkasj)

    I cleared the cache and the changes worked, thanks for your help gov.

    In the new 3.2.1 software you don’t have to mess with code, click “Header” in the dashboard.

    In that page go near the bottom, it says “Display Text” Click the “No” button.

    I don’t know about other versions or themes, I did this with the Twenty Eleven theme and a new WP software load.

    Thread Starter bayrkasj

    (@bayrkasj)

    That is the theme I used. Thanks for the help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove text above header’ is closed to new replies.