Viewing 5 replies - 1 through 5 (of 5 total)
  • Drop this into your style.css

    #site-title {
         width: 100%;
         text-align: center;
         font-family: your-font, times, serif;
         font-size: 30px
    }
    Thread Starter adevore

    (@adevore)

    Thanks. However, I did this but it doesn’t seem to change affect anything. I even cleared the cache, and changed the font size, but nothing happens.

    Read the Codex on CSS for info on what you want to do.

    You will need to change this CSS declaration in your stylesheet (line 477):

    #site-title {
        float: left;
        font-size: 300%;
        line-height: 36px;
        margin: 0 0 18px;
        width: 700px;
    }

    See the earlier answer you got re: what to change.

    Thread Starter adevore

    (@adevore)

    Doing this doesn’t change anything

    What did you change?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Font and Text Size of Site Title’ is closed to new replies.