• Please can anyone tell me if it’s possible to alter the header of this theme so that I can increase the size of my tag line and reduce the name?
    Thank you.

    Hilary Hughes

Viewing 4 replies - 1 through 4 (of 4 total)
  • Im sure you can.

    Post a link to your blog and tell me what you want moved and to where.

    Thread Starter Hilary Hughes

    (@hilary-hughes)

    http://hilaryhughes.com/

    I’d just like the tag line to be the size of the name of the blog and vice-versa.
    I would really appreciate the instructions on how to do this myself.

    Cheers!

    Hilary.

    Open header.php in Appearance Editor.

    Find something that looks like this below

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

    change to

    <h1"><?php bloginfo('description'); ?></h1>

    The code

    <?php bloginfo('description'); ?>

    might be different. Just keep that middle part the way it is on your site. Basically your changing the div class to H1 tags.

    Thread Starter Hilary Hughes

    (@hilary-hughes)

    I’ll check it out. Thanks for that.

    Hilary

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

The topic ‘plainscape theme’ is closed to new replies.