Change button text color (Slider)

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

.eapp-slider-button-link{
    font-size: 19px;
    color: yellow;
}