slider text not visible on mobile.

Hello there,
My slider text is not visible in mobile i tried with

div.carousel-caption {
display: block;
}

but still the same, no text on the slider. my site is http://thetechnutts.com

Thanks,
Binamra

Hi Binamra,

I hope you are well today and thank you for your question.

You can try displaying it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page div.flex-caption {
    display: block;
}

Best Regards,
Movin