color of widget text and links

Have tried to put the following code to change the text color of widget text, but it doesn’t take effect.

.textwidget p {color:#000 !important; }

Have also tried this

#secondary .widget {color:#000; }

Neither works, text and links are light gray (very hard to read).

Correct values?

Thanks.

Hi @rickhellewell,

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

You can try achieving this 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 -> Sparkling Options -> Other -> Custom CSS

#secondary .textwidget {color:#000 !important; }

Best Regards,
Movin