Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Styling navigation link color in center column - HELP! (http://forum.bytesforall.com/showthread.php?t=20117)

rainbow Apr 13, 2013 02:32 PM

[SOLVED] Styling navigation link color in center column - HELP!
 
I'm having a heck of a time trying to change the color of the next post/previous post and comment page navigation links in the center column.

I've tried two other solutions I found elsewhere in this forum to what sure sounded like exactly the same problem. Those solutions didn't indicate where to insert the code, so tried it in CSS inserts, in the style boxes for above and below the comments, in the navigation top, middle and bottom boxes, and in the center column style box - nothing works. This is so frustrating!

Here's what I've tried (copied and pasted directly from other forum posts marked "resolved"):

div.navigation-top a:link, div.navigation-top a:active, div.navigation-top a:visited, div.navigation-top a:hover {color: #ffffcc};

div.older a:link, div.older a:visited, div.older a:active {color: #FFFFcc;};

Here's a page with top previous past nav links which are only visible upon hover, since they currently match the background color:
http://mihansa.net/seoyoung-my-daughter-47-48

Here's the same problem navigating to previous comment pages:
http://mihansa.net/my-korean-drama-lists/#bottom


What am I doing wrong??

juggledad Apr 13, 2013 03:22 PM

did you look at the options in the 'Next/Previous Navigation' section?

lmilesw Apr 13, 2013 05:31 PM

I hate to say this but Firebug to the rescue. Here is some code to try.
HTML Code:

.older a, .newer a{
color: black !important;
}

You could also add hover code if needed.

rainbow Apr 14, 2013 09:05 PM

YES! That code worked for the next/previous page navigation, and I was able to look at what you did and figure out the comment page number navigation as well. Thanks so much for your time, I really appreciate it. :)


All times are GMT -6. The time now is 04:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.