Sidebar Font color

How can I change the font color of the sidebar categories widgets? I find the light gray hard to read and would like to set it darker/black.

Add this to Theme Options - Other - Custom CSS

#secondary {
    color: #333 !important;
}

Hi,
I also need to know this. I tried adding your custom CSS to it as you described, but it remains unchanged. Test site is: http://www.decaturdigitalsolutions.com/incil/about-us/

Thanks!

This should do the trick

#secondary .widget a {
    color: #333;
}

Very cool, thank you. I know it’s not part of your theme, but would you also have any idea how to change the color of the text in the dropdown that’s in that same widget area (“Select County”)?

You have removed a link back to our website from your website footer and ask for extra support. Unfortunately, no further support will be provided.