Skip to main content

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

  • September 16, 2026
  • 1 reply
  • 21 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.

1 reply

erin.brisson
Docebian
Forum|alt.badge.img+3
  • Docebian
  • September 23, 2026

Thanks for sharing!