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
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
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.
This topic has been closed to new replies.