Change the colour of the footer links and on hover

Home › Divi Code Snippet Library › 'Divi Footer' Snippets › Change the colour of the footer links and on hover....

To change the colour of the footer links and on hover:

.footer-widget .textwidget a {
color: #ffffff;
}
#footer-widgets .textwidget a:hover {
color: #000000;
}