Remove blog dates - craft theme

Hi there, can someone help me remove my blog dates from my blog posts on craft theme?

1 Like

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css or Theme.css

.article-template header time{
   display:none !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hello @erin_smith26 ,

Good day! Gina from flareAI app helping Shopify merchants get $6Million+ in sales from Google Search, on autopilot.

You can follow these steps to remove the dates from your blog posts on the Craft theme.

  1. Go to your Shopify admin and click on Online Store > Themes > Edit code.

  2. Find and open the theme.liquid file.

  3. Copy and paste the following code before the closing tag:


.article-template header time{
display:none !important;
}

This code will hide the display of the date on the blog posts. After saving the changes, the dates should be removed from your blog posts.

Hope this helps

Gina