How to change font color for previous/next post link
-
Hi all,
I tried to search around but still can’t get the answer. Hope to get some of your help. Thanks for your time in advance.
I added the previous/next post link in single.php, as followed
<< <?php previous_post_link('<strong>%link</strong>'); ?> || <?php next_post_link('<strong>%link</strong>'); ?> >>
It works well but I hope to change the font color, I tried to work within the php, like
<< <?php previous_post_link('<strong><font color="#e68e09">%link</font></strong>'); ?> || <?php next_post_link('<strong><font color="#e68e09">%link</font></strong>'); ?> >>
But with no results.
I hope to try on the css, but don’t know how to.
Any tips?
Thanks in advance for your help and time. Much appreciated !
cheers
Shirls
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to change font color for previous/next post link’ is closed to new replies.