# Disable "Your first notification!" overlay on first login

**URL:** https://meta.discourse.org/t/disable-your-first-notification-overlay-on-first-login/116441
**Category:** Support
**Created:** [4월 30, 2019, 2:23오후 UTC](https://meta.discourse.org/t/disable-your-first-notification-overlay-on-first-login/116441 "2019-04-30T14:23:04Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [5월 2, 2019, 5:36오후 UTC](https://meta.discourse.org/t/disable-your-first-notification-overlay-on-first-login/116441/4 "2019-05-02T17:36:44Z")

</div>

> [@Sebastien\_Couture](#):
>
> What else does the discobot do?

See

> **[Who is Discobot?](https://blog.discourse.org/2017/08/who-is-discobot/)**
>
> As of Discourse 1.8, every new user who joins will get a welcome PM from discobot:

> [@Sebastien\_Couture](#):
>
> Just the overlay as far as I can tell.

Something like

```css
.ring-backdrop, 
.ring-backdrop-spotlight {
    display: none;
}

```

should work.

---

_[View the full topic](https://meta.discourse.org/t/disable-your-first-notification-overlay-on-first-login/116441)._
