Change button color on hover (Slider)

Add this code to the Custom CSS field on the Advanced tab of your Slider widget’s settings:

.eapp-slider-button-link:hover{
    background-color: black!important;
}