Changing Widget text color

Hello,
I would like to change de green text in the widget to a black text, where can i do it?
Is it only possible coding?
thank you!
www.aloha.com.ar/blog

Hi @agusaiello,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

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

Best Regards,
Movin