• I’m new and having a lot of trouble setting the size of the font posted. The font is currently blindingly tiny and I’ve looked at the into CSS without really knowing what to do. Can someone help me get over this pitiful problem?

    Val

Viewing 1 replies (of 1 total)
  • Open up Style.css in the Sapphire theme folder. Open it with a text editor or css editor. Look for two bits of code:

    h2 {
    font-size: 1.6em;
    }

    and

    .entry p, .entrytext {
    font-family: Georgia, serif;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
    }

    The first is the post title font. The second the post content font. Change the font size number up or down (1.0em, .9em, etc) to change the size.

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Font sizes’ is closed to new replies.