Forums

[resolved] Add Subtitle below Blog Title (3 posts)

  1. hafherb
    Member
    Posted 5 years ago #

    How can I add a subtitle directly below my blog title in a smaller font? Both would be located in the upper left corner of the pool theme top banner?

  2. ohduh
    Member
    Posted 5 years ago #

    Go look in your themes folder.
    There's a file called header.php

    Put in there:
    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <h2><?php bloginfo('description'); ?></h2>

    Make sure your CSS file has the correct definations for the font sizes/placement you want.

    Hope that helps

  3. treeheart
    Member
    Posted 4 years ago #

    Is there a way to center my subtitle underneath my blog title. I have used the code above to insert the subtitle, but it's currently left aligned.

    Thanks in advance for your help.

Topic Closed

This topic has been closed to new replies.

About this Topic