Anyone interested: This did it in my child theme's style.css (pick any color you like, of course):
/*
footer color and hover
*/
footer[role="contentinfo"] a:hover {
color: #ab2944;
}
footer[role="contentinfo"] a {
color: #c5bdbd;
}
Anyone interested: This did it in my child theme's style.css (pick any color you like, of course):
/*
footer color and hover
*/
footer[role="contentinfo"] a:hover {
color: #ab2944;
}
footer[role="contentinfo"] a {
color: #c5bdbd;
}