Disable "Your first notification!" overlay on first login

Is it possible to disable the overlay and notification a user logs in for the first time?

Do you want to disable discobot altogether or just the overlay?

2 Likes

Just the overlay as far as I can tell. What else does the discobot do?

See

Something like

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

should work.

5 Likes

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