Skip to main content
Nintex Community Menu Bar

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.

 

Hi ​@aorellano,

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

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

 


Hi Simon,

Thank you for your response, it works.

 

Much appreciated.