I showed my target area.I want change color these writings.Its color grey but i want bold and near black color
Hi @abtektas,
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 .widget a, #secondary .widget_text .textwidget {
color: #000;
font-weight: bold;
}
Best Regards,
Movin