Skip to content

Instantly share code, notes, and snippets.

@elebetsamer
Last active August 29, 2015 13:56
Show Gist options
  • Save elebetsamer/8869185 to your computer and use it in GitHub Desktop.
Save elebetsamer/8869185 to your computer and use it in GitHub Desktop.
A way to hide the "share" button in the SharePoint 2013 Ribbon.
#RibbonContainer-TabRowRight a[id$=site_share_button] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment