How to hide Blog Posts body/text in my homepage? I am using Dawn Theme

Hello!

I would like to show ONLY the Title of the Blog posts in my Homepage. Is there a way to do it? I’ve seen posts but it only hides the Title not the text.

Hi @leila_official

  1. Go to the online store

  2. Customize

  3. left hand sidebar to scroll in Blog posts in custom css and pasted the code

p.article-card__excerpt.rte-width {

display: none;

}

HI @leila_official

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Just what I was looking for, much appreciated!

Thanks so much :blush: