• Using the classic theme using WP2.0:
    I need to leave the Blog name italicized but I want the tag line to show smaller and not italics. I don’t see a way to do this in the stylesheet.

    Thanks, Ron

Viewing 1 replies (of 1 total)
  • It is absent in the classic theme.
    You need to create it at the and of the header.php in the header div, like:

    <div class="description"><?php bloginfo('description'); ?></div>

    and add corresponding entries in the stylesheet.
    Check the default theme for clue.

Viewing 1 replies (of 1 total)

The topic ‘Issue with Classic Theme’ is closed to new replies.