Jump to content
Sign in to follow this  
tsays

Navigation Numbers in Featured Slide

Recommended Posts

tsays

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

` #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

Bryan, Under what section is this code located?

Share this post


Link to post
Share on other sites
catrina

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
cmunns

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×