- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:03 AM
I am trying to set up the Employee Center. I need some help here.
1. How do I remove Fav and Tour from the header menu?'
2. How do I change the colour of the text in the mega menu without affecting the text colour in the header menu?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 04:54 AM - edited 09-06-2023 04:56 AM
Thats not really what I mentioned. Can you have a look at what I mentioned? To clarify more:
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-06-2023 03:06 AM - edited 09-06-2023 03:07 AM
Hi there,
Removing the options for favorites and tour are exactly the same as for Service Portal.
For favorites within the Portal record (field enable_favorites).
For tours within the System Property (com.snc.guided_tours.sp.enable). Do be aware, this system property is not limited to only Employee Center!
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-06-2023 03:20 AM
I tried the same by writing the following code in Employee Center Menu
"enable_favorites":{
"displayValue":"false",
"value":false
},
But this did not work. What am I missing here?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 04:54 AM - edited 09-06-2023 04:56 AM
Thats not really what I mentioned. Can you have a look at what I mentioned? To clarify more:
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field