• Resolved Alieda

    (@alieda)


    Well, I was doing really well with my new site, when without warning my header text & site title disappeared.

    I am using the 2013 template.

    When I go to Appearance > Header, there is no text box for “Header Text.” (Although “show text with header” is selected.)
    When I go to Appearance > Customize, there IS a text box for “Site Title,” and when I type it appears in the preview, but when I visit my site it’s gone. When I go back to Customize the text box is empty.
    When I go to Settings > General, the Site Title field is empty. If I type it in and save, the page automatically refreshes and it has disappeared.

    I looked online for help and discovered that the CSS code to blame might have something to do with “h1.site-title”, however that doesn’t exist in the Twenty Thirteen style sheet. Any clues?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Alieda

    (@alieda)

    Sorry, I just wanted to say that there is:

    .site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
    }

    Also,

    .site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
    }

    Thread Starter Alieda

    (@alieda)

    Figured it out.

    The title of my page is </SIMSA>, but apparently WordPress dislikes titles in XML. Taking out the </> and just typing in SIMSA works fine.

    Too bad, stylistically, but at least my website isn’t broken.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header text / site title disappeared’ is closed to new replies.