Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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