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.
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.
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;
}
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,
.article-card__excerpt {
display: none;
}
Screenshot :- https://prnt.sc/IpgdBbcwjN-z
Worked for me in Spotlight theme. Thank you !
Thanks. This worked perfect on Dawn 15. Bravo!