Can't change link colours

Hi,
However hard I try I can’t seem to change the colour of the links on my Illdly web site. I’m no css expert at all but have entered the following, which I’ve found elsewhere online.

/Link color/
.markup-format a {
color: #000000 !important;
}

But whatever I do, the links remain grey (for example, look in the “About Us” area). Can someone help at all?
The web site is here: www.patchoftheplanet.com

Thanks,
Neil

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.section-description a {
color: #d80e60;
}

Thanks!
Colorlib Support Team

Thanks loads. That changes the colour in the links in my “About us” section, but I still can’t see how to change it from grey in the “services” section, including the widgets. I have selected a colour for the widgets but it keeps it grey.
Many thanks for any help.
Neil

Good morning

You can use this code for services:

#services .section-content .service .service-title h5 a {
color: rebeccapurple;
}