• how do i changed the font of my posts?
    how do i change the background of the page?

Viewing 1 replies (of 1 total)
  • You can significantly modify the look of your page simply by modifying the wp-layout.css file. For example to change all your fonts by changing this like (around line 43):
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    to something like
    font-family: Verdana, Arial, sans-serif;
    Or any font you want. If you’re looking for help getting started with CSS (and possibly HTML) editing the resources page is a good place to start:
    http://wiki.wordpress.org/index.php/Resources

Viewing 1 replies (of 1 total)
  • The topic ‘a few questions.’ is closed to new replies.