# Hide "Other Notifications"

**URL:** <https://meta.discourse.org/t/hide-other-notifications/376034>\
**Category:** Support\
**Created:** [July 27, 2025, 10:25am UTC](https://meta.discourse.org/t/hide-other-notifications/376034 "2025-07-27T10:25:29Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)\
**Post date:** [July 27, 2025, 11:15am UTC](https://meta.discourse.org/t/hide-other-notifications/376034/2 "2025-07-27T11:15:32Z")

</div>

Hi there, you can do this with CSS:

```css
a.user-menu-tab:not(#user-menu-button-all-notifications) {
  display: none;
}

```

Gives:

 ![image](https://global.discourse-cdn.com/meta/original/4X/4/a/9/4a9232ae49facccfc0c06f4962d1586be9285e44.png)

---

_[View the full topic](https://meta.discourse.org/t/hide-other-notifications/376034)._
