Hide Staff Notices from non-Staff

the CSS will be something like:

.post-notice {
    display: none;
}

you may have to add the CSS for groups component 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.

4 Likes