Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change color of the notification

Vasilis Anastas
Tera Expert

Hello all!
I want to change either  the background color or the text color  of the provider notification in order not to be black. I have created a custom theme and a Custom UX style in which I have added some commands to change some colors in backend. I suppose that must be added a command in UX style in order to change background's notification but I dont know which one. Any help??

 

 

VasilisAnastas_0-1738083607757.png

Ux style:

VasilisAnastas_1-1738083804813.png

 

 

2 REPLIES 2

Prasad_1362
Tera Contributor

Hi @Vasilis Anastas ,

Did you got any solution for your issue?

Hello, 
I dont remember exactly what I did, but I solve it and my UX style has below inside:

{
    "base": {
        "--now-unified-nav_menu--background-color":"138,160,226",
         "--now-toolbar-nav--background-color-start": "138,160,226",
"--now-toolbar-nav--background-color-end": "138,160,226",
        "--now-toolbar-nav--background-color-middle": "138,160,226",
        "--now-color--neutral-2":"255,255,255",
        "--now-color--neutral-19":"138,160,226"
       
        
 
        
    }}