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;
}
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;
}