Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    find this in your theme’s /wp-content/themes/{themename}/style.css file on line 246

    #content .post h4 {
    color:#666666;
    font-size:0.1em;
    font-weight:100;
    letter-spacing:-0.5px;
    line-height:1.5em;
    margin:0 0 0.25em;
    }

    change this
    font-size: 0.1em;
    to this
    font-size: 1em;

    If that is a larger font size than you want, then change 1em to .8em and play with it til you get the size you want. you can use .85em for example

    Thread Starter nf

    (@nf)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tiny Posts Link on “About” Page’ is closed to new replies.