how to display in slider without title and excerpt?

how to display in slider without title and excerpt?

Is it possible? how to achieve that?

this is the url http://ms.khoirilanwar.com/

Thank you for your respond.

Hi @cyril,

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 -> Sparkling Options -> Other -> Custom CSS

.flex-caption {
    display: none;
}

Best Regards,
Movin