• If I wanted to take the content font size slightly smaller — or larger, for that matter — where in the CSS would you change the font-size setting?

Viewing 4 replies - 1 through 4 (of 4 total)
  • usually where you see ‘font-size’ referenced in the style.css

    are you using the 2010 theme that comes with WP3.0?

    Thread Starter galan05

    (@galan05)

    Yes, am using Twenty Ten (which I like a lot, just sayin’). But have seen a “font-size” element in multiple locations in the CSS. Was wondering if someone knew which one would do the trick.

    #content,
    #content input,
    #content textarea {
    	color: #333;
    	font-size: 16px;
    	line-height: 24px;
    }

    I believe this is the overall font size. There are other settings as you said, for header, menu, etc which you could also adjust

    Nearly forgot to mention, if you plan to be tweaking the 2010 theme, you really should make a copy of it and rename it to work on. Otherwise you’ll lose any changes on upgrade

    Thread Starter galan05

    (@galan05)

    This should do it. Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP 3.0: Change font size’ is closed to new replies.