Text on slider pictures not visible on mobile?

Hi.

The text that floats on the carousel slider pictures is not visible on my mobile phone.Can I make the text become visible on mobile phone? On my computer I can see the text and also pusch the link button on the slider.

A big thank you for this theme, perfect for my needs and also free. And with great support. What else could I ask for :slight_smile:

Hi @fingret,

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

It’s the default behavior of theme but you can make it display on mobile devices by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

div.carousel-caption {
    display: block;
}

Best Regards,
Movin