Slider text not showing on mobile

Hello! I am having trouble with the responsive mode of the slider on Sparkling – the text disappears on mobile view size.
Is this because of the size of my logo in the header, or is there another reason this is happening?
How can I fix this?

Hi there

Hope you are having a good day and thank you for your question
No, the text is hidden by default on the mobile screen without customization this is not possible to show them properly
Thanks!
Colorlib Support Team

Thanks! Can you tell me where/how to customize this so that it does show? Thank you.

Hello there,

I hope you are doing well today.

You can use the following CSS code to have the slider text appear by going to Appearance > Customize > Additional CSS and pasting it there.


@media (max-width: 768px){
.flex-caption {
    display: inherit;
    /* font-size: 60%; */
}
}

Best Regards,
Support