Hi Kobien,
For this you have to add Custom CSS code. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:
@media only screen and (max-width: 767px) {
.featured-slider .featured-slider-content .entry-title,
.featured-slider .featured-slider-content .entry-title a,
.featured-slider .featured-slider-content .entry-content {
color: #ffffff;
}
}
Note: Change the above HEX color code #ffffff into your own color code to change the white color code.
Thank you!