@pharte: To change the button color on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.button-minimal:hover, .button-minimal:focus {
background-color: #000066;
}
To change the color of featured slider arrow on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .cycle-prev:hover, #feature-slider .cycle-prev:focus, #feature-slider .cycle-next:hover, #feature-slider .cycle-next:focus {
color: #000066;
}
You can change the color according to your requirement!
Let me know if this solves your issue!
Regards,
Skandha