Change Colour of Side Bar Content Links, Help Please.

Hi Everyone,

Thank you for the template.

I have been trying (without success) the change the colour of the ‘latest posts’ from the current very light grey, to a darket grey or black.

You can see what I mean here: https://www.bfscalper.com/welcome-betfair-scalping-trading-blog/

The category links, as well as the latest post links are too light.
I would appreciate exactly where I go to be able to make the colour darker.

Thank you in advance.

Regards

Tony

Hey there,

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 -> Additional CSS

/*change link color in sidebar*/
#secondary .widget a {
    color: #000000;
}

Best regards,
Support.

Hi Support,

Brilliant, that worked perfectly.

Excellent support.

Thank you very much and have a good evening.

Regards

Tony

You are always welcome here :slight_smile: