Solved

Removing Blog Post dates - Context Theme - Chic

ahendrick
Tourist
6 0 3

 

Hi Friends,

I'm trying to find a way to remove the blog date from every page in which it appears in the site. There are 2 main areas where they appear: 

 

2) The actual blog post page:

ahendrick_3-1637858666691.png

 

3) The Main blog post page where a preview of all blog posts is located

 

ahendrick_2-1637858060165.png

 

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Go to assets/index.css and try adding this code to the bottom of index.css file

.type-heading-meta.meta time {
  display: none;
}


.article__footer {
  display: none;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Go to assets/index.css and try adding this code to the bottom of index.css file

.type-heading-meta.meta time {
  display: none;
}


.article__footer {
  display: none;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
ahendrick
Tourist
6 0 3

Thank you so much!! That worked.

Nick_Marketing
Shopify Partner
1487 336 462

@ahendrick 

Excellent! Thanks for the update!

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).