How to show the slider images with only title

Hiho,
please tell me the doing to show the slider without the teaser text.
My wish is to show only the picture with the article title.

Ty

Hi @pixeltunes,

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

You can try achieving this 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 -> Additional CSS

.flex-caption .excerpt {
    display: none;
}

Best Regards,
Movin

It worked perfect. Many thanks :smiley:

You are most welcome here :slight_smile: