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

@Stephencroc ,

 

{
"base": {
"--now-unified-nav_button--color": "0,125,186",
"--now-unified-nav_favorite-icon--color": "0,0,0",
"--now-unified-nav_header--color": "0,125,186",
"--now-color--neutral": "92,92,92",
"--now-color--primary": "0,125,186",
"--now-color--secondary": "147,147,147",
"--now-color_chrome--brand": "0,65,97",
"--now-checkbox--background-color--checked":"255,255,255",
"--now-unified-nav_menu--background-color":"255,255,255",
"--now-unified-nav_menu-item--color":"0,0,0",
"--now-unified-nav_menu-item--color--active":"0,0,0",
"--now-unified-nav_menu-subitem--color":"0,0,0",
"--now-unified-nav_menu-filter--color--opened": "0,0,0"


},
"properties": {
"--now-unified-nav_header--background-color": "255,255,255"
}
}



You can try this css code in your theme and can make changes in the color value as per the needs.

 

If this helps, please consider marking my answer as helpful/accepted – it motivates me to stay active in the community and also helps others find relevant solutions more easily.

 

Thank you! 

 

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

It's making no difference at all,  I have tried setting the colors to something obnoxious and it still showing the main colors.  Thank you for trying to help.  I'll keep hacking away at it.

Much appreciated.

@Stephencroc ,

I’ll try this on my PDI in my free time and will update you if I find anything solid.

 

If you find the solution before that, please keep me posted as well.

Thank you!

 

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

I found them, I did a little CSS investigation on the actual page and was able to fix the issue.
Much appreciated for the help 

That's great @Stephencroc ,

If my solution somewhere helped, please consider marking it as helpful.

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