Post

2 followers Follow
0
Avatar

Delete "Add a Task" at Bottom of Work Plan

The Clarizen UI always has an "Add Task" line at the bottom of the project work plan. We do not want our users to have the ability to add a task to the project work plan and would like to delete this from the UI if possible. I was thinking of deleting this using custom CSS. However, I do not see an object ID to simply do "display none". This add task is an autogenerated empty row in a table. Any ideas on how to write this custom CSS? Other ideas on how to eliminate this outside of custom CSS?

(I'm not a programmer so I know only very very basic code.)

Dan Cowell Answered

Please sign in to leave a comment.

3 comments

0
Avatar

Hello Dan,

Could you please try the following CSS and let me know if it works? tr.empty-line {display: none;}

Thank you!

Roland Pumputis 0 votes
Comment actions Permalink