# Hiding X Months Later notices

**URL:** <https://meta.discourse.org/t/hiding-x-months-later-notices/134930>\
**Category:** Development\
**Tags:** css\
**Created:** [December 3, 2019, 12:37am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930 "2019-12-03T00:37:19Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [December 3, 2019, 12:37am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/1 "2019-12-03T00:37:19Z")

</div>

A lot of new members have joined our Discourse recently. Some of them are replying to very old topics. My question is would it be possible to hide the X Months Later notice that appears above a new reply?

---

<div class="post-metadata">

**Author:** ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)\
**Post date:** [December 3, 2019, 12:49am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/2 "2019-12-03T00:49:52Z")

</div>

I’m curious as to why you’d want to do that. I find it super helpful to know when a reply came in, it provides a really interesting context. My first thought would be to close old threads. 🙂

---

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [December 3, 2019, 12:52am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/3 "2019-12-03T00:52:57Z")

</div>

As an artsy forum, with multiple creators sharing their works, we wouldn’t want to close old threads. And each post has a time stamp, so we think these notices are quite useless. 🙂

---

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [December 3, 2019, 12:53am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/4 "2019-12-03T00:53:53Z")

</div>

You can do this by adding some css (under `admin > customize > themes`)

```css
.time-gap {
  .topic-avatar {
    height: 0;
   }
  .small-action-desc.timegap {
    display: none;
  }
}

```

---

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [December 3, 2019, 12:56am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/5 "2019-12-03T00:56:06Z")

</div>

> [@awesomerobot](#):
>
> .time-gap { .topic-avatar { height: 0; } .small-action-desc.timegap { display: none; } }

Thank you for your quick response, Kris. Already applied! 🙂

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [January 2, 2020, 1:06am UTC](https://meta.discourse.org/t/hiding-x-months-later-notices/134930/6 "2020-01-02T01:06:58Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
