# Hide Staff Notices from non-Staff

**URL:** https://meta.discourse.org/t/hide-staff-notices-from-non-staff/327961
**Category:** Support
**Created:** [September 24, 2024, 6:21pm UTC](https://meta.discourse.org/t/hide-staff-notices-from-non-staff/327961 "2024-09-24T18:21:45Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [September 24, 2024, 6:32pm UTC](https://meta.discourse.org/t/hide-staff-notices-from-non-staff/327961/4 "2024-09-24T18:32:54Z")

</div>

the CSS will be something like:

```scss
.post-notice {
    display: none;
}

```

you may have to add the [CSS for groups component](https://meta.discourse.org/t/css-classes-for-current-users-groups/226068) and add a group conditional to the code too but staff should work without it.

but it will hide other post notices, including the welcome new user ones.

---

_[View the full topic](https://meta.discourse.org/t/hide-staff-notices-from-non-staff/327961)._
