remove excerpts on home page

Hello !
I’m trying to remove the excerpt of the post in my home page but it still here a little bit.
The website : http://wearemonday.fr/
The thing is i don’t want any text except “Read more” under the post image.

Is that possible ?

Thanks

Hello there,

I hope you are doing well today.

Please edit your post, then proceed to add a Read More tag at the top of the content.
Here is an image to aid you:

Best Regards,
Support

Hello !
thanks but i always have a “read more” - “lire plus” text under image + the block i already had as seen as ùu attachment picture.
Is that possible to remove it too except my “read more” block ?

Thanks

Laurent

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


body.home #main .entry-content > p {
    display: none;
}

Thanks, it’s perfect !

Laurent

You are most welcome here :slight_smile: