Change badge text color

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

.eapp-slider-badge-component{
    font-size: 24px;
    color: red;
}