text color gray

Hello
Can you tell me how to change the original color of the theme about gray writing
I have attached my site and screenshots. Thank you so much for your help

www.foodonroute.fr

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Widget font color*/
.widget.widget_tag_cloud a {
    color: white;
}

Best Regards,
Support

Hello
As for the “tag” now they are in black Thank you
But do you have a css code regarding the other elements?
As in the pictures attached. For the dates, the footer? I would like all the text of the site in black … REALLY thank you very much for your help.

Hi,

Sorry for a late response, use this Custom CSS,

.footer {
    color: white;
}
.entry-meta, .wpl-count-text, .jp-relatedposts-post-date, .jp-relatedposts-post-context, .author-bio .fn {
    color: black;
}

Let us know,

Thanks,
laranz.

Hello
first of all I want to thank you very much for your help and your support Grace has I learned a lot and I am fully satisfied with the theme.
I solved a lot of things through your forum.

I just have one last detail about the colors of the typo.

I send you the picture of the writing that I would like in black.
THANKS THANKS

Hi,

Use this CSS,

.widget.widget_recent_entries ul li a { color: #000; }

Let us know,

Thanks,
laranz.