Jump to content

[Share] Remove Date from Blog

Recommended Posts

Posted

If you want to remove Date from Blog, Blog Posts, you can follow these.

#1. To remove the Date on the Blog List Page, you can edit the Blog Page

image.png.be2e983d01cf7ea193a92726b12a4856.png

Change Primary Meta Content (or Secondary Meta Content)

image.png.e83a355331de489c91c11ead0a215b6a.png

from Date to None

image.png.04a50f7e63e9eaf4c256357893ac8765.png

or you can also use this code to Custom CSS box

/* remove date - blog list */
body.view-list time.blog-date {
    display: none !important;
}

image.png.1c133feca5618e6e20f4e346dd8b051b.png

#2. To remove Date on Blog Posts, you can open any posts > Click Edit Section

image.png.1f4d6f4b5daa13e5f06a7b505cb8b146.png

Disable the “Show Date” option

image.png.56372b6f6fb19fb56e113f130816bc66.png

you can also use this code to Custom CSS box

/* remove date - blog posts */
body.view-item time.blog-date {
    display: none !important;
}

image.png.b6f032f48984a19075e3c22ce223383c.png

#3. To remove Date from a specific post, you can edit post > Add a Code Block > Paste this code.

Code Block is available in all plans (include Personal Plan)

<!-- Remove date from specific post -->
<style>
time.blog-date {
    display: none !important;
}
</style>

image.png.6cb7b3018bfbb5ce1ab963c86fd4c218.png

#4. To remove Date from a specific Blog Page, you can find the Page ID with below tool, then use this code to Custom CSS box. Replace #collection...c72 with your Blog Page ID

https://forum.squarespace.com/topic/305813-share-find-id-of-a-block/

/* Remove date from specific blog page */
#collection-659dee5c800e1d5252f91c72 time.blog-date {
    display: none !important;
}

image.png.dc93547b79471b73286115fca39aa98d.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.