Skip to main content
Nintex Community Menu Bar
Solved

How to remove "Add new item" link from the list view control

  • October 30, 2025
  • 2 replies
  • 26 views

Forum|alt.badge.img+4

Hello,

I am looking a way to hide or remove the “+ Add new item” link from the list view control from Nintex form classic design.

Hoping for a response and thank you.

 

Best answer by SimonMuntz

Hi ​@aorellano,

In the form settings, add the following code to the custom CSS section.
 

.ms-addnew {    display: none !important;}

 

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • October 30, 2025

Hi ​@aorellano,

In the form settings, add the following code to the custom CSS section.
 

.ms-addnew {    display: none !important;}

 


Forum|alt.badge.img+4
  • Author
  • Rookie
  • October 31, 2025

Hi Simon,

Thank you for your response, it works.

 

Much appreciated.