• Hello all,

    I’m trying to figure out how to change the font size of my posts (posts only) in the theme “Modmat.”

    From reading other posts I see that I should go into “editor” then Style Sheet (style.css). Then look under “header” (is this right so far?).

    When I do this I find:

    /* Headers */
    h1, h2, h3, h4, h5{ color: #444; font-family: ‘Trebuchet MS’, Verdana, Sans-Serif;}
    h1{font-size:26px; margin: 5px 0 15px 0; font-weight:normal;}
    h2{font-size:24px; margin: 5px 0 10px 0; font-weight:normal;}
    h3{font-size:22px; margin: 5px 0 10px 0; font-weight:normal;}
    h4{font-size:18px; margin: 5px 0 7px 0; font-weight:normal;}
    h5{font-size:14px; margin: 5px 0 7px 0;}
    h1.blog-title, h2.blog-title{color: #fff; margin: 20px 0 7px 15px;font-size: 28px;}
    h1.blog-title a, h2.blog-title a{color: #fff; text-decoration: none;}
    h1.page-title{margin: 20px 0 10px 10px;font-size: 28px;}
    h1.entry-title, h2.entry-title{margin: 0 0 15px;font-size: 28px;}
    h1.entry-title a, h2.entry-title a, h1.page-title a{text-decoration: none;}
    h3.widgettitle, .sidebar h3{font-family: ‘Trebuchet MS’, Verdana, Sans-Serif; font-size: 14px; font-weight: normal; margin: 0 0 5px; color:#b1b1b1;}
    .entry-title, h1.page-title{clear:both;}

    I’m unsure what I have to change in order to enlarge the size of my posting text.

    Any help is greatly appreciated. Thanx.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font size in the theme “Modmat”’ is closed to new replies.