Quick Tip about Hiding "Download a Copy" button from Ribbon in SharePoint 2010.
Add a Content Editor webpart to Allitems.aspx page an add the below script in that.
<style>
A[id$='Ribbon.Documents.Copies.Download-Large'] {
DISPLAY: none
}</style>
No comments:
Post a Comment