Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-26-2023 12:27 AM
I have an requirement to hide menu items when clicking on the My tasks page.It should only be visible on Home page.
Provide any insights if you have
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-26-2023 03:39 AM
Hi,
Navigate to Service Portal -> Pages
Open 'hrm_todos_page'
Paste below CSS under page specific CSS section
.main-menu {
display: none !important;
}
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-26-2023 03:39 AM
Hi,
Navigate to Service Portal -> Pages
Open 'hrm_todos_page'
Paste below CSS under page specific CSS section
.main-menu {
display: none !important;
}