This was the fix for hover link background color in the EZ-pages footer:
Code:
#ezpagesBarFooter .nav-pills .nav-item a:hover {
    color: #ffffff;
    background-color: #color of choice;
}