Hide SharePoint SHARE Ribbon and function

Brass Contributor

Hi there,

 

Is it possible to hide SHARE button or feature in the Document Library.? thanks

 

Untitled.png

1 Reply

Hi @Will # _________ H ,

 

You can use CSS , for example:

 

button[title="Share the selected item with other people"] {
    display:none;
}

 

Best Regards,

Riwut Libinuko