• I am installing a home button on the top section of my pages, I am using the following code.

    <div id=”menu”>
    <ul class=”pagelinks”>

    • ” title=”Home”>Home.
    • <?php wp_list_pages(‘title_li=&depth=1’); ?>

      </div>

      I am putting this at the bottom of the header.php . It seems to work but the “Home” font is small. How do I make it a tad bigger, Also how do I move the locaton of the home button slightly higher on the page.

      Thanks Bob a newbee

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter 2bretired

    (@2bretired)

    You can tell I am new the code I posted disappeared into the post

    <div id="menu">
            <ul class="pagelinks">
               <li><a href="<?php bloginfo('url'); ?>" title="Home">Home.</a></li>
                 <?php wp_list_pages('title_li=&depth=1'); ?>
            </ul>
    </div>

    Lets see if this works

    Bob

    A link to your site would be more useful…

    Thread Starter 2bretired

    (@2bretired)

    2bretired.com

    Bob,

    Now the edit comment reply box does not appear.

    Try adding the following to the bottom of style.css:

    #menu ul li {
    font-size:1.4em;
    }
    Thread Starter 2bretired

    (@2bretired)

    Thanks, Tried your code but nothing changed.

    Bob

    Also for some season the edit comment reply text box does not work. When you press reply in ‘edit comments’ you are directed to the bottom of the page!

    Thread Starter 2bretired

    (@2bretired)

    Solved ‘edit comments’ reply. It turns out it is a IE8 compatable view problem. I updated today to IE8 I should have known better.
    Bob

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

The topic ‘Code to increase font size’ is closed to new replies.