Articles on: Website Settings

Removing timestamps from your blog

If you'd like to remove the date and time from your blog posts, please add this code to the "Custom CSS" section of your website settings:
.post-time {
  display: none;
}

.post-meta {
  display: none;
}


To learn more about custom code, see this article.

Updated on: 02/14/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!