Slider text to remain when re-sized

Hi Guys,

Using Sparkling theme – just a quick message to see if anyone knows how to keep the slider text even when re-sized, as it disappears?

Thank you

Bini

Hi Bini,

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

You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

.flexslider div.flex-caption {
  display: block;
}

Best Regards,
Movin