Changing color of links

I inserted links to the widgets in the “services” section. They come out as grey. How do I change the color to black?

Thank you!

Hi there

Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look

Thank you! My website is www.mygroupguide.com

I was also wondering if you could help with three additional questions I have:

  1. Is there a way to change the color of the menu at the top? Right now, the color of the font is white.
  2. Is there a way to make background images more “faint”? That way the words can stick out more.
  3. Is there a way to insert a PDF instead of a link to another website?

Sorry, you can ignore the additional three questions. I just have the one, original question: I inserted links to the widgets in the “services” section. They come out as grey. How do I change the color to black?

website: https:www.mygroupguide.com

hey there

Please add this CSS in appearance - customize - additional CSS

#services .section-content .service .service-entry a {
    color: red;
}

Thanks!
Colorlib Support Team