PHP coding help
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP coding help’ is closed to new replies.