C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Hide Share, Follow and Sync Buttons in Sharepoint 2013
WhatsApp
Gowtham Rajamanickam
10y
12.9
k
0
0
25
Blog
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.
Hide Share
Follow buttons
Sync Buttons in Sharepoint 2013
People also reading
Membership not found