How to Remove Due Date and Over Due/Due in in My Tasks Widget/page in employee center portal

HARI KISHAN GVS
Mega Sage

Hi Team,

I want to remove/Hide the below highlighted green colur text in My Task widgets in Employee center. Where i need to go to hide those.

HARIKISHANGVS_0-1730743990106.png

Highlighted Green colur text i want to remove from both the places.

Let me know how i can acheive this?

Thanks in advance,

Hari Kishan.

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

Go to HRM to dos page on portal and press CTRL+right click on the HRM Todos Summary widget

Shruti_0-1730781673723.png

Go to instance in page editor

Copy below to the CSS section and save it

.todo-label-due-date {
display: none !important;
}

Shruti_1-1730781731674.png

 

div.text-muted.ng-scope.todo-status{
display: none;
}

 

 

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

Go to HRM to dos page on portal and press CTRL+right click on the HRM Todos Summary widget

Shruti_0-1730781673723.png

Go to instance in page editor

Copy below to the CSS section and save it

.todo-label-due-date {
display: none !important;
}

Shruti_1-1730781731674.png

 

div.text-muted.ng-scope.todo-status{
display: none;
}

 

 

shamil-ibrahim
Tera Expert

You no longer have to update the widget code or CSS its all available to configure within the platform. Please see my reply to the below post for solution:

 

https://www.servicenow.com/community/employee-center-forum/hide-due-date-in-hrm-todos-summary/m-p/31...