Change arrow color on hover

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

.eapp-slider-navigation-arrow:hover svg path {
fill: #cccccc !important;
}