To change the colour of the footer links and on hover:
.footer-widget .textwidget a {
color: #ffffff;
}
#footer-widgets .textwidget a:hover {
color: #000000;
}
To change the colour of the footer links and on hover:
.footer-widget .textwidget a {
color: #ffffff;
}
#footer-widgets .textwidget a:hover {
color: #000000;
}