Hi
To change the hover color of footer menu
Go to Appearance -> Theme Options -> Basic Setting
and paste the below code in Custom CSS box and click on Save Options button.
.footer ul li a:hover{ color:#dd0808; }
change the color code as per your requirement.
Regards
Grace Themes