This post is about removing the ‘Add New Item Button’ from a list. And it is short but to the point 😉
- Use the following in a Content Editor Web Part (CEWP) if you need to remove from a single page
- Add it to a stylesheet and link to a site via master page or publishing functionality if you want to have it occur everywhere on a site
The Code
td.ms-addnew
{
display:none;
}