- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 08:43 AM
I want to change the order of this menu. While I have a clear idea of how to do it in the service portal, in the ESC portal, there is a widget attached (Header Menu), and I'm not sure where I need to make the modifications.
@Venkatesh_N @Eswar Chappa @Ashwini Jadhao @JonathanT @Jonathan Ting @Dan O Connor @Ankur Bawiskar @Community Alums
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 09:08 AM
Hi there,
Unfortunately that's not configurable, so you would actually need to customize the widget 😞
You might also consider overriding CSS.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 09:27 AM
ON the Service Portal record, open the Theme, then the Header on the theme which should be Employee Center Header with ID 'employee-center-header'. The OOB order is hard-coded in the HTML to My Tasks | My Requests | Favorites | More so you can rearrange that however you like. I'm not sure exactly how the More part is populated aside from it being done in the Server script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 09:08 AM
Hi there,
Unfortunately that's not configurable, so you would actually need to customize the widget 😞
You might also consider overriding CSS.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 09:27 AM
ON the Service Portal record, open the Theme, then the Header on the theme which should be Employee Center Header with ID 'employee-center-header'. The OOB order is hard-coded in the HTML to My Tasks | My Requests | Favorites | More so you can rearrange that however you like. I'm not sure exactly how the More part is populated aside from it being done in the Server script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 09:40 AM
Thank you @Claude DAmico