Introducing Upcoming Changes, a system to manage new features and changes to existing functionality in your community

is there a way to disable these notifications without resorting to a CSS hack? i would prefer not to have the excess visual noise.

hackity hack upcoming changes alerts don't come back
.notification.read.upcoming-change-available,
.notification.unread.upcoming-change-available {
    display: none;
}
3 Likes

But wouldn’t that still show a notification count/indicator? But I guess that can’t be helped.