Hide New and Add documents buttons from menubar in form lirbary

<style type="text/css">
#Ribbon.Documents.New.AddDocument-Large {
DISPLAY: none
}
#Ribbon.Documents.New.NewDocument-Large {
DISPLAY: none
}
</style>

------------------------------

For hide Open with explorer view button

<style type="text/css">
#Ribbon.Library.Actions.OpenWithExplorer-Medium {
DISPLAY: none
}
</style>

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

Clear fields based on drop-down values in PowerApps

Hide a SharePoint list field based on user group using JQuery Webservice in 2010