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.
Go to the online store
Customize
left hand sidebar to scroll in Blog posts in custom css and pasted the code
p.article-card__excerpt.rte-width {
display: none;
}
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 ![]()