help!!! how to remove excerpt. show post title and thumbnail only

hello Aigars thanks for tour wonderfull and beautifull theme, which am still finding it hard to believe is free. i must confess this is the best theme ever!
i just would like to know how to show post title and thumbnail only without excerpt! thanks for your help in advance!!!

Hi @gerald,

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

body.blog article .entry-content {
    display: none;
}

Best Regards,
Movin