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
Hello,
Within the Dawn theme, I'm not sure why there is no option to hide/show the preview text from a blog article.
When using the Blog widget on the home page, is there any way to hide/disable the Blog main text from showing?
Solved! Go to the solution
This is an accepted solution.
Hi @falkor,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>
<style>
.card__information>p {
display: none !important;
}
</style>
Please refer to this screenshot:
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi. It's a customer demo site. Not live as yet.
However, a screenshot of the inspected code is below.
Is that what you are after?
This is an accepted solution.
Hi @falkor,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag </body>
<style>
.card__information>p {
display: none !important;
}
</style>
Please refer to this screenshot:
Hope you find my answer helpful!
Best regards,
Victor | PageFly
This is an accepted solution.
Good work!