Skip to main content

Hide Invite to Watch Buttons (NEW UI. as of 2026)

  • September 16, 2026
  • 0 replies
  • 4 views

To hide Invite to Watch Button

You can try adding the following CSS under Admin menu → Configure branding and look → Custom Styles

button#group_add[aria-label="Invite to watch"] {
display: none !important;
}

 
Please have your IT or web team review and test this CSS in a sandbox environment before applying it in production.