Title: Code to increase font size
Last modified: August 19, 2016

---

# Code to increase font size

 *  [2bretired](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/)
 * 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”>
    - 
    -  <?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](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185851)
 * 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
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185865)
 * A link to your site would be more useful…
 *  Thread Starter [2bretired](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185866)
 * 2bretired.com
 * Bob,
 * Now the edit comment reply box does not appear.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185869)
 * Try adding the following to the bottom of style.css:
 *     ```
       #menu ul li {
       font-size:1.4em;
       }
       ```
   
 *  Thread Starter [2bretired](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185871)
 * 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](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185882)
 * 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.

 * 6 replies
 * 2 participants
 * Last reply from: [2bretired](https://wordpress.org/support/users/2bretired/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/code-to-increase-font-size/#post-1185882)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
