Reply To: remove task icon at end of task line

Home Forums GovIntranetters remove task icon at end of task line Reply To: remove task icon at end of task line

#3065
Luke Oatham
Keymaster

You can add some custom CSS to hide the icons:

.task-context { display: none; }