Shopify themes, liquid, logos, and UX
I wish to get rid or hide the text that appears below the blogs section on my home page. Anyone got any ideas how do achieve this? Thanks. My website url is https://healinghome.co.in/
Text in the red boxes has to go.
Solved! Go to the solution
This is an accepted solution.
Hi @aryaman2
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.blog__posts.articles-wrapper .article-card__excerpt{
display: none;
}
This is an accepted solution.
Hi @aryaman2
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.blog__posts.articles-wrapper .article-card__excerpt{
display: none;
}
Worked for me in Spotlight theme. Thank you !
Thanks. This worked perfect on Dawn 15. Bravo!
Hi @aryaman2,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets -> component-article-card.css
.article-card__excerpt {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
.article-card__excerpt {
display: none;
}
Screenshot :- https://prnt.sc/IpgdBbcwjN-z
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025