Font colour to light sparkling widgets

How can I set a dark font in sparling theme for widget text? I have tried altering styles.css but no luck.

Thanks

Hi @odlweb,

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

As this is Sparkling theme related question so you should ask it in the Sparkling theme forum here https://colorlibsupport.com/c/sparkling/

This time i have moved this topic into Sparkling theme forum.

You can set a dark font in Sparkling theme for widget text 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;
}

Best Regards,
Movin