Taking the date off of blog posts in the craft theme code

Taking the date off of blog posts in the craft theme code

christy73
Visitor
3 0 0

Hi, I am trying to take the date off of the blog & blog posts in the Craft theme.  I have changed it in the settings option but it is still showing up and I am not sure which part of the code to edit or delete.  Does anyone know how I can do this?   Thanks in advance for any help on this.

Christy

Replies 2 (2)

GemPages
Shopify Partner
5625 1261 1240

Hello @christy73 
I would like to give you the recommendation to support you so kindly follow steps below:

 

1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>

<style>
 .article-template header time{
display:none !important;
}
  </style>

I hope the above is useful to you.
Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

christy73
Visitor
3 0 0

Awesome!!! Thank you, my blog is now date free! 🙂  Thanks for the quick response.  Blessings, Christy