• Can anyone tell me what file i use to change the font for the title ( its masssive ). And maybe tell me the area in the file where i can be changed too.

    THANKS!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I highly recommend you read the Codex. It answers many of your basic questions:

    http://codex.wordpress.org/Main_Page

    In your style.css file… WP Admin -> Presentation -> Theme Editor -> style.css

    On your’s its on line 83:
    h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    }

    If you look in your header template, the title <?php bloginfo('name'); ?> is within the h1 tags

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

The topic ‘Changing Title Font’ is closed to new replies.