Change the colour of the bottom bar links and on hover

Home Divi Code Snippet Library 'Divi Footer' Snippets Change the colour of the bottom bar links and on h....

To change the colour of the bottom bar links and on hover:

#footer-info a {
color: #ffffff;
}
#footer-info a:hover {
color: #000000;
opacity: 1 !important;
}