「기타 알림」숨기기

안녕하세요, CSS를 사용하면 이렇게 할 수 있습니다:

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

결과: