
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 12:15 AM
Hi All,
I have configured a custom theme but i want to change the font colors of the header menu options (All, favorites, history and Search). Can anyone help me how I can achieve this. Thank You!
Regards,
Ganesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 12:57 AM
@Community Alums Please try below one it should change :"--now-unified-nav_button--color": "0,0,0".
You can check more properties if helps you: https://www.servicenow.com/community/next-experience-articles/create-default-theme-without-enabling-dark-theme/ta-p/2331909
Do let me know if you need more clarity,happy to share my knowledge.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 12:57 AM
@Community Alums Please try below one it should change :"--now-unified-nav_button--color": "0,0,0".
You can check more properties if helps you: https://www.servicenow.com/community/next-experience-articles/create-default-theme-without-enabling-dark-theme/ta-p/2331909
Do let me know if you need more clarity,happy to share my knowledge.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 02:35 AM
@Abhay Kumar1 : You made my day. It worked properly after adding the above property. Thank You so Much...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 02:37 AM
@Abhay Kumar1 any idea on the below color suggestion on header?
Below is my configuration in the theme now:
{
"base": {
"--now-unified-nav_button--color": "0,0,0",
"--now-color--neutral": "92,92,92",
"--now-color--primary": "0,125,186",
"--now-color--secondary": "147,147,147",
"--now-color_chrome--brand": "0,125,186",
"--now-checkbox--background-color--checked":"37,37,37"
},
"properties": {
"--now-unified-nav_header--background-color": "255,255,255"
}
}
Please suggest me on this. Thank you in advance.