Remove description from slider

I have title and description on slider.

I would like to remove only description.

http://svijetfilma.eu/

Can anyone help please?

Hi @hrvojeos,

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 .excerpt {
    display: none;
}

Best Regards,
Movin

thx. it worked

You are most welcome here :slight_smile: