Title: PHP coding help
Last modified: August 19, 2016

---

# PHP coding help

 *  [raa2001](https://wordpress.org/support/users/raa2001/)
 * (@raa2001)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/php-coding-help-1/)
 * I want to change the font color of the navigation text at the bottom of my blog.
   the word “Next Page” and “Previous Page” is too dark. The code is below. what
   do i need to add to change that font color?
 * <?php endif; ?>
    <div id=”nav” font color=”#F0F0F0″> <?php posts_nav_link(‘  ‘,
   __(‘« Previous page ‘), __(‘ Next page »’)); ?> </div>

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

 *  Thread Starter [raa2001](https://wordpress.org/support/users/raa2001/)
 * (@raa2001)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/php-coding-help-1/#post-967890)
 * Actually I added the <font color=> which didnt work
 * This is the code before I tried editing it
 * <?php endif; ?>
    <div id=”nav”> <?php posts_nav_link(‘    ‘, __(‘« Previous page‘),
   __(‘ Next page »’)); ?> </div>
 *  [jomik](https://wordpress.org/support/users/jomik/)
 * (@jomik)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/php-coding-help-1/#post-967906)
 * edit the style.css file to something like:
 *     ```
       #nav {
       color: #F0F0F0;
       }
       ```
   
 * Refer to [W3schools css tutorials](http://www.w3schools.com/css/) if you have
   further questions 😉

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

The topic ‘PHP coding help’ is closed to new replies.

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * 2 replies
 * 2 participants
 * Last reply from: [jomik](https://wordpress.org/support/users/jomik/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/php-coding-help-1/#post-967906)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
