• Is it possible in Twentyeleven to reduce (or enlarge) the header title font size for the main page and for titles of the individual pages?
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @zeromost
    You can use CSS. Inset it into Appearance > Customize > Additional CSS (or Custom CSS).
    Remember change font size to what you want.
    XXX is ID of Page

    /* Header Title Font Size */
    #site-title a {
        font-size: 30px;
    }
    /* Page Title */
    .page-id-xxx .entry-title {
        font-size: 20px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘adjusting font size in header and page titles’ is closed to new replies.