- Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Changing font color in featured sliders Reply To: Changing font color in featured sliders

#21187
acmethemes
Keymaster

Hello,
Please add the below css codes on Appearance > Customize > Additional CSS. Hope this helps.

.image-slider-wrapper .banner-title {
    color: #000 !important;
}
.image-slider-caption.slideInUp2 {
    color: #000 !important;
}

Please change the color code to your required color.

Regards