How can I change the font and the size of the text in wordpress blogs?

How can I change the usual font and text size in wordpress blogs?

Public Comments

  1. Easy, look for the style.css file in the template folder that you are currently using in your wordpress website, and edit it. You still need to know something about css. The css file is located in /wp-content/themes/[THEME_NAME_USED]/styles.css
  2. You go to the HTML tab and put these codes: <h1>text here<h1> will make it large and bold <h2>text here<h2> will make it large and bold yet smaller <h3>text here<h3> will make it slightly larger then normal text yet bolder <h4>text here<h4> will make it the same size as normal text and bold <h5>text here<h5> will make it smaller then normal text and bold <h6>text here<h6> will make it the smallest <i>text here<i> makes it italicized <b>text here<b> will make it bold <strike>text here<strike> will make it have a line through the words <pre>text here<pre> will give it like a courier new type font You can mix and match these codes and make different texts, hope this helps!
  3. As answered before, you need to know CSS a little bit, at least know there is a file called style.css at Design part in Admin's Area. At Style.css, find something like font-size. For example: font-size: 12px; So change it to 14px etc to get it bigger. Hopefully helps
Powered by Yahoo! Answers