Skip to content

Instantly share code, notes, and snippets.

@jamesnotjim
Created May 3, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesnotjim/397379972f68a48cdb95cc22c4127088 to your computer and use it in GitHub Desktop.
Save jamesnotjim/397379972f68a48cdb95cc22c4127088 to your computer and use it in GitHub Desktop.
CSS for a SharePoint Script Editor web part to hide Microsoft Delve link and "INT" (internal) badge on BindTuning People web part
<style type="text/css">
.bt-persona-account-type, .view-profile-action {
visibility: hidden;
}
</style>
@jamesnotjim
Copy link
Author

The BindTuning People web part is a great way to add contact information to SharePoint sites. But it has two features that I don't care for. One is an "INT" badge that indicates an "internal" account. The other is a link to the user's Microsoft Delve profile. This bit of CSS hides both, and can be applied to a SharePoint Classic page via an instance of the Script Editor web part (SEWP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment