footerpage test color and link color change

the website is almost finished and thats for your nice template I will donatie to you.

but as example on the page links, projecten enz all the links are yellow now.
I want that in a different color because this like not nice.
is that possible?
iell hope so because my site is for people with very bad eyes.

and the footer page 4 is black and the letters to write in it also.
how can I change that?
I can’t find it.

this was the last I,ll hope haha

thanks and regards,
christiaan

Hello there,

I hope you are doing well today.

Please go to Appearance > Customize > Colors and change the Accent color there which should also change the link colors in the posts.

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

/*Footer color*/
#footer .widget .widget-title h5, #footer .widget .widget-title h5 a {
    color: #fff;
}

.widget ul li a {
    color: #fff;
}

Best Regards,
Support