slider images don't change / titles on images

Can you change the time the slider images change? Because mine don’t!
How can I suppress the title of the messages on the images?

Hi @jojo,

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

Can you change the time the slider images change? Because mine don’t!

Do you mean it doesn’t work on your site?

If yes then could you please share me your site URL where it’s happening so that i can troubleshoot it?

How can I suppress the title of the messages on the images?

You can try suppressing the titles of the messages on the slider images by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

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


.flex-caption h2.entry-title {
    display: none;
}

Best Regards,
Movin