Posts

Showing posts from February, 2018

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>