Jump to content
Sign in to follow this  
jonroemer

Sidebar Link Color

Recommended Posts

jonroemer

I'd like to change the color of the links in my sidebar but I would also like the hover color to remain as is. How do I do that? This code changes the color of some of the sidebar links but not all of them. The other issue is that it eliminates the hover color. widget ul li a { color:#919191; } Platform Pro theme. site: http://www.jonroemer.com/blog/

Share this post


Link to post
Share on other sites
Andrew

Add these: ` .widget ul li a { color:#919191; } .widget ul li a:hover { color:#WHATEVER; } #page .scolumn a { color:#919191; } #page .scolumn a:hover { color:#WHATEVER; } `

Share this post


Link to post
Share on other sites
jonroemer

Most - excellent. I never would have figured that out. Thank you!

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  

×