Hide the menu items in my tasks ESC portal

Dharaneetharan
Tera Contributor

I have an requirement to hide menu items when clicking on the My tasks page.It should only be visible on Home page.

Dharaneetharan_0-1703579207879.png

Provide any insights if you have

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to Service Portal  -> Pages

Open 'hrm_todos_page'

Paste below CSS under page specific CSS section

.main-menu {
display: none !important;
}

View solution in original post

1 REPLY 1

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to Service Portal  -> Pages

Open 'hrm_todos_page'

Paste below CSS under page specific CSS section

.main-menu {
display: none !important;
}