Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Add New Button (Plus Icon) on Top Right side of record

Manasa
Contributor II

Does anyone have the code to hide Add New Button (Plus Icon) on Top Right side of record

Manasa_0-1682509998407.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

DavidPetty
Archer Employee
Archer Employee

@Manasa use the following

<script>
     $('#master_btnAdd').hide();
</script>

 Advisory Consultant

View solution in original post

1 REPLY 1

DavidPetty
Archer Employee
Archer Employee

@Manasa use the following

<script>
     $('#master_btnAdd').hide();
</script>

 Advisory Consultant