Change the colour and opacity of the footer links text on hover

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

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

#footer-widgets .footer-widget li a:hover {
color: #cc0000;
opacity: 1 !important;
}