- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 02:51 AM
Hi, everyone.
I am facing a simple problem that is giving me a big headache.
I am trying to change the color of the banner for the instance. At first, I tried using the UI16 Config, but it didn’t work. So, I configured a theme:
{
"base": {},
"properties": {
"--now-unified-nav_header--background-color": "0, 50, 160",
"--now-unified-nav_menu--background-color": "0, 50, 160",
"--now-content-tree_sidebar--background-color--selected": "0, 0, 0"
}
}
The banner color was changed, but the borders of the fields disappeared.
I’ve tried altering the code, but the borders only appear when I disable the theme. Does anyone have any suggestions?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 07:56 AM
@Robert HI used the 'Theme Builder' and successfully implemented the new theme.
Thank you for your time.
Regards
Paulo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 03:59 AM - edited ‎03-31-2025 04:15 AM
Hello @Paulo Machado ,
Can you please advise what exactly is not working when you try to update the color via UI 16 Configuration? I just tried it on a new instance and the color was updated just fine.
Edited:
Can you please advise which UI you are using? Looking at the code you provided this seems to be a Next Experience/ Polaris style, not a UI 16 Theme.
If you're talking about Next Experience please review this documentation. It seems that the color overrides belong into the "base" section, not in "properties".
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 04:57 AM
Not working here:
I tested it in an anonymous sheet on Chrome, and it didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 05:08 AM
Hello @Paulo Machado ,
Ok, so you are actually using Next Experience UI. UI16 Configuration won't do anything because it is a different UI altogether.
Have you reviewed the documentation link that I provided in my initial response? Here's also a very detailed article.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 06:58 AM
I previously visited the link you sent and used it, but as you can see in the image below, when I change the color according to the theme, the black outline around the fields disappears.