# Remove Date in Individual Posts

**URL:** https://community.elfsight.com/t/remove-date-in-individual-posts/84413
**Category:** Blog
**Created:** [November 21, 2024, 2:15pm UTC](https://community.elfsight.com/t/remove-date-in-individual-posts/84413 "2024-11-21T14:15:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tuanphan](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/tuanphan/32/3165_2.png) [@tuanphan](https://community.elfsight.com/u/tuanphan)
#### Post date: [November 21, 2024, 2:15pm UTC](https://community.elfsight.com/t/remove-date-in-individual-posts/84413/1 "2024-11-21T14:15:03Z")

</div>

Add this code to the Custom CSS field on the Settings tab of your [Blog](https://elfsight.com/blog-widget/) widget’s settings:

```auto
[class*="post__Date"] {
    display: none;
}

```
