Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a border being applied in your stylesheet to a Div in the theme that you are not using

    In /wp-content/themes/{themename}/style.css find this (line 185)

    #tagline {
    border-top:1px solid #FFFFFF;
    color:#FFFFFF;
    float:left;
    font-size:10px;
    padding:0 3px;
    text-decoration:none;
    }

    Remove this line
    border-top:1px solid #FFFFFF;

    That should remove the hyphen

    Thread Starter dyerwrites

    (@dyerwrites)

    Great! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A character appears in my header’ is closed to new replies.