Change favorite popup background color

Community Alums
Not applicable

Hi guys,

 

How to change the favorite popup background-color?

 

AlexandredoVa_0-1706886214861.png

Mine is all white and I'm trying to change it but I couldn't find where to configure these colors

7 REPLIES 7

Lesiba Kgomo
Tera Contributor

Hi Stu, i tried the below line but still dint work on my Custom Sttyle
"--now-unified_nav_menu--background-color" :"0,0,0"

 

And even tried the following line with no luck. any idea why?

"--now-color--favorite-background": "255,0,0", /* Red background */
"--now-color--favorite-text": "0,0,0", /* Black text */
"--now-color--popup-background": "0,0,0", /* Black background for pop-ups */
"--now-color--popup-text": "0,0,255", /* White text for pop-ups */
"--now-color--dropdown-background": "0,0,0", /* Black background for drop-downs */
"--now-color--dropdown-text": "0,255,0" /* White text for drop-downs */

It's been quite a while since I have dealt wit this issue, and it was pretty complicated getting to pinpoint where the color change needed to be addressed.  I have a couple of tips for you. 

1) make sure you are editing the correct style and theme, It can be confusing, but if you are in the wrong one, it wont change anything

2) Update to the latest version.  Updates may address this issue

3) Try switching to a different unmodified out-of-the-box theme.  If swapping themes doesn't help, there may be another issue going on. 

danielhurtu
Tera Contributor
I'm having the same problem, and made changes to "Colors", without success. But I'm wondering if, as an admin, in DEV, could my changes be NIL, because the "Colors (ServiceNow developer, tools and admin theme)" is being applied to my instance instead?  How do I check which is applied to my current session? I assume a deep dive into the Inspect portion of the menu, Devtools, and cross referencing a uxGlobal element for the SYS ID that matches the UX styles in the sys_ux_style.list table?