How to Change Widget Text Color

I’ve tried almost every option and haven’t been able to change the color of the text in my widget. I’m using the Modern Tribe Events Calendar Events widget. Help please.

Hi @taylorfay,

I hope you are well today and thank you for your question.

You can try changing its color by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#secondary .widget,
#secondary .widget a {
    color: #000;
}

You can change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

If the above solution doesn’t help you then could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Best Regards,
Movin