Theme Guru's needed for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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!
Shashank Jain – Software Engineer | Turning issues into insights
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Where would I update this at @Shashank_Jain
That would be a tremendous help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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.
Shashank Jain – Software Engineer | Turning issues into insights
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Calling out theme expert for help!
Shashank Jain – Software Engineer | Turning issues into insights