Steps
- Open your SharePoint Designer and select a site which you want to hide the buttons.
- Use F12 tool and get the ID of three Buttons.
- Open you master page
- Add a below code in your master page using designer.
- <style type="text/css">
-
- a[id$=site_share_button], a[id$=SyncPromotedAction], a#site_follow_button
- {
- display: none !important;
- }
-
- </style>
Thanks for reading my blog. Hope you have enjoyed this.