Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Sidebar page nav widget - text color of current page (http://forum.bytesforall.com/showthread.php?t=4777)

TheBoringOne Dec 8, 2009 10:22 PM

[SOLVED] Sidebar page nav widget - text color of current page
 
Hi,

I'd like the left sidebar navigation of my site, jeffblancato.com, to behave like this:

1. Inactive link: text is gray, background is light gray.
2. Hovered link: text changes to black, background remains light gray.
3. Selected/active link: text changes to white, background changes to black, no change on hover.

I've got everything working except for the white text & no hover behavior for #3 - currently, the text remains at the same gray used for an inactive link, and hovering changes the text to black. I've searched on all the terms I can think of, but can't find any pointers on how/where to modify these items. Any help would be greatly appreciated!

Thanks - -
JB

TheBoringOne Dec 11, 2009 07:32 PM

No one has ideas on this? Curses.

juggledad Dec 12, 2009 11:58 AM

try adding this to your CSS Inserts
HTML Code:

ul li.current_page_item a:link,
ul li.current_page_item a:visited,
ul li.current_page_item a:active,
ul li.current_page_item a:hover {
background:#000000 !important;
color:#FFFFFF !important
}


TheBoringOne Dec 12, 2009 10:29 PM

juggledad -
Perfect, that's exactly what I was after! Thanks a million, much appreciated!
JB


All times are GMT -6. The time now is 12:49 PM.

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