Delete article description

Hey there

I want to delete the article description, to only have a picture and the read more button.
I speak about the grey lines you can see in the screen shot attached.

Thank you a lot.

My website : Nos reportages – Out of the Box

Hi,

Use this Custom CSS in Appearance -> Customize -> Additional CSS,

.archive .entry-content p {
    display: none;
}

Let us know,

Thanks,
laranz.