jrobe1111 1 Report post Posted January 6, 2011 I hate to post this because there are several posts on changing the nav background color, but I just don't see the answer I need. I have altered the color of the them to a custom lighter green color. We worked off of the default blue Whitehouse Pro theme. We want to change the active color (currently a darker green) to be more similar to the lighter green that is currently in the nav bar. What css style and subsequent image provides this color? http://netfusionstudios.com Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 6, 2011 ` #nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:active, #nav .current_page_ancestor { background: url("../images/nav-nfs-green.png") repeat-x scroll 0 -70px transparent; color: #FFFFFF; text-decoration: none; } ` Thanks, Bryan Share this post Link to post Share on other sites
jrobe1111 1 Report post Posted January 12, 2011 Thanks. I just needed to adjust -70 to -20 and that did the trick. Share this post Link to post Share on other sites