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 of the footer links and on hover: .footer-widget .textwidget a { color: #ffffff; } #footer-widgets .textwidget a:hover { color: #000000; }