Skip to content

Note to self: hide "add document" and "add item" from Sharepoint site in 2 seconds

Add this to your custom site CSS :

<style type=”text/css”>
#WebPartWPQ2 .ms-addnew
{
display:none;
}
</style>

Hideme