Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there
I'd like to remove the blog post dates from all my blog posts please (and future posts). Could you let me know what code to use and where to insert it please?
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi,
The code provided by @suracethapa is correct, however, if you want to remove the dates from both the blog listing and the blog post itself, consider using the below:
.blog-articles .article-card__info.caption-with-letter-spacing, span.circle-divider.caption-with-letter-spacing {
display: none !important;
}
Sure, the code could be rewritten more beautifully. Adding the above code at the end of your base.css file should work as expected.
Cheers!
Hi @LouiseO
Please share your store website. And the page where I can see that date being displayed.
Hi @LouiseO ,
Easiest way is to hide using CSS.
.blog-articles .article-card__info.caption-with-letter-spacing {
display: none;
}
Thank you
This is an accepted solution.
Hi,
The code provided by @suracethapa is correct, however, if you want to remove the dates from both the blog listing and the blog post itself, consider using the below:
.blog-articles .article-card__info.caption-with-letter-spacing, span.circle-divider.caption-with-letter-spacing {
display: none !important;
}
Sure, the code could be rewritten more beautifully. Adding the above code at the end of your base.css file should work as expected.
Cheers!
thank you! 🙂
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