Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
This is an accepted solution.
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 {
This is an accepted solution.
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 {
Just what I was looking for, much appreciated!
Thanks so much 😊
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 </body>
<style>
p.article-card__excerpt.rte-width {
display: none;
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025