Advertisement

Responsive Advertisement

Hiding Add New Item in SharePoint 2010

Add the below code in Content Editor/Html form web part in SharePoint 2010 and save the page.

<style>
 td.ms-addnew { display:none; } 
</style>

Post a Comment

0 Comments