Forums

Blog Title and Tagline (5 posts)

  1. kevin22
    Member
    Posted 4 years ago #

    Might I ask a question? In Settings - General - Blog Title and Taglines, is there anyway I can increase the size of the Blog Title and the Tagline or can this be controlled within my css?

    Many thanks for any advice offered re this topic

    Kevin

  2. Len
    Member
    Posted 4 years ago #

    It's done through modifying your CSS.

  3. Danniel
    Member
    Posted 3 years ago #

    Does anyone know if you can make a hyperlink out of your blog title on your page. I would like when they scroll over the name on the top of the page to have a link to my website. Any help

  4. dbmartin
    Member
    Posted 3 years ago #

    Try this:
    <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>

  5. reflexionstudios
    Member
    Posted 3 years ago #

    Try something like this:

    <?php
    echo '<a href="/" title="' . get_bloginfo('name') . '">';
       get_bloginfo('name');
    echo '</a>';
    ?>

Topic Closed

This topic has been closed to new replies.

About this Topic