I can't Change Category Links Color

Hello,

How can i change category links color.
In settings color change link is not effects page.

I want to make links black, but they grey.

Regards.

Hi @chantage77,

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 .cat-item a {
    color: #000;
}

Best Regards,
Movin