Does anybody know if it is possible to hide the “NEW” label that gets appended to the Title field of a new SharePoint list item?
I have a nightly script that copies a list from one site to another site list and don’t need the NEW to show up.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want to remove them image from a single view or page rather than every list in the web application what you can use the favourite tool of SharePoint UI hackers everywhere – the Content Editor Web Part (CEWP) along with javascript/jquery/css.
In this case its easy, only CSS required.
For SharePoint 2010
The New image is displayed as so
So if you add the following style into a CEWP (you have to use the HTML Source View, rather than the Rich Text Editor).
The New image will be hidden.
WSS3 and SharePoint 2007
The CSS is a little more complex