Theme Guru's needed for help

Stephencroc
Kilo Guru

Asking for some assistance.  I am trying to theme our instance to match the Employee Portal (Yokohama), the problem I'm having is that the text in the menu (when you type in the filter and the filter starts filtering) the text is dark and I want it light colored.  Does anyone know where to find this at?
image1.png
As you can see by the image, when I type the type ahead is turning the text black or a dark color and leaving the white untouched.  
The desired result would be to have white text and the bolded be white as well.  I would love to be able to duplicate the Polaris and change the colors but that's not possible.

Any thoughts.  

9 REPLIES 9

Shashank_Jain
Kilo Sage

@Stephencroc ,

 

The color for the navigator text sub-menu item is "--now-color--primary-0":

 

so "--now-color--primary-0": "255,255,255", should work for you

 

Hope it helps!

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain – Software Engineer | Turning issues into insights

Where would I update this at @Shashank_Jain 
That would be a tremendous help

Shashank_Jain
Kilo Sage

@Stephencroc , 

Navigate to the 'sys_ux_style' table and open your theme (Theme which you created for your instance)

Add this in the css : 

{
"--now-color--neutral-4": "0,0,0", // For Black
"--now-color--neutral-4": "255,255,255", // For White
"--now-color--neutral-4": "255,0,0" // For Red
}

Hope it works.

 

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain – Software Engineer | Turning issues into insights

Calling out theme expert for help!

 

@Slava Savitsky 

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain – Software Engineer | Turning issues into insights