Question Is it possible to disable the pink + button?

Use this CSS:
Code:
#Team_AddNewTeamButton { display: none !important; }
 
Back
Top