• Resolved hafherb

    (@hafherb)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Subtitle below Blog Title’ is closed to new replies.