tsays 0 Report post Posted March 4, 2011 I'm trying to change the color of the numbers in the Featured Slider when they ARE highlighted. What code would I change?Site link for reference Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 ` #featurenav a.activeSlide, #featurenav span:hover { background: none repeat scroll 0 0 #FFFFFF; color: #777777; } ` Be sure to check out Firebug like I suggested in the other topic, it's a life saver for finding this stuff quickly. Thanks, Bryan Share this post Link to post Share on other sites
jmac21246 1 Report post Posted March 6, 2011 Bryan, Under what section is this code located? Share this post Link to post Share on other sites
catrina 103 Report post Posted March 6, 2011 Jack, this code is located in the pro.css file, but you don't have to open it and change the code from there. You can just paste the code into the Custom CSS area in your settings. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jmac21246 1 Report post Posted May 2, 2011 I'm still having trouble with this. I copied the code into the Custom Code section, but the default colors are still there? http://www.balbusspeech.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 2, 2011 That's because he 1) either gave you the default code for you to change...colors, etc or 2) try adding body to the front of the selectors: ` body #featurenav a.activeSlide, body #featurenav span:hover { background: none repeat scroll 0 0 #FFFFFF; color: #777777; } ` Share this post Link to post Share on other sites