- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 10:15 AM
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.
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 08:42 PM
Hi,
Go to HRM to dos page on portal and press CTRL+right click on the HRM Todos Summary widget
Go to instance in page editor
Copy below to the CSS section and save it
.todo-label-due-date {
display: none !important;
}
div.text-muted.ng-scope.todo-status{
display: none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 08:42 PM
Hi,
Go to HRM to dos page on portal and press CTRL+right click on the HRM Todos Summary widget
Go to instance in page editor
Copy below to the CSS section and save it
.todo-label-due-date {
display: none !important;
}
div.text-muted.ng-scope.todo-status{
display: none;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:23 AM
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: