How to Hide the Date on Just One Blog in Squarespace 7.1

CSS

This solution requires that you are on at least the Business hosting plan. It won’t work for the Personal plan.

If you are using multiple blogs in Squarespace 7.1, you may want to hide the dates on just one.

This may seem like a challenge, since blog formatting carries across all blogs. But with a little Custom CSS, we can remove the date from both the main blog page and all blog posts for just one of your Squarespace blogs.

Someone recently reached out with this question. She has a blog on her site for normal blog posts, and wanted to keep the dates on those. But she had also set up another blog to showcase properties and wanted to remove the dates for those blog posts.

Here’s the code you’ll need. You’ll paste this into your Blog page settings where you want to remove the date (click the cog icon next to that page), under Advanced > Page Header Code Injection:

<style>
.tweak-blog-item-show-date .blog-item-wrapper .blog-meta-item--date {
    display: none;
}
 time.blog-date {
    display: none !important;
  }
</style>

Save your code. Then refresh your site. You’ll see that the blog post dates are no longer showing on either the main blog page or the blog posts.

Hide Blog Dates Site-wide in Squarespace

Want to remove blog dates site-wide? Here are the no-code settings you’ll need to change:

Want to learn more about CSS in Squarespace?

My friend Will Myers has an excellent and affordable course to Learn CSS in Squarespace.

Previous
Previous

3 Ways to Create Beautiful Website Mockups

Next
Next

My Favorite Books for Web Designers & Entrepreneurs in 2020