- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 08:13 AM
Hello,
How do you change the font color in UX style.
"--now-color_text--primary": "24,28,29"
or secondary
I know those numbers mean something
Thank you in advance
Solved! Go to Solution.
- Labels:
-
UI Builder : Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2022 08:17 AM
Those number refer to the RGB code for a specific color. This is a pretty good explanation. At the moment our theming system only supports RGB and not hex codes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 08:58 AM
Hello,
Those numbers usually decide what color your text should be .We cant remember the exact combo of numbers
but usual process to decide the numbers is we need to inspect the element that we need to change the color for. Right click on the element and click on inspect and change the number to observe the color changes through console.
This is the theming that they are using in NOW frame work in UI builder theming
Please refer to below link for more info
In UX theme record we need to code this for branding and theming of workspace
Please accept the solution if this gives you an idea how to code it
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 09:01 AM
Thank you will, i will look in to this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 09:08 AM
Please accept the solution if this helps you
thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2022 08:17 AM
Those number refer to the RGB code for a specific color. This is a pretty good explanation. At the moment our theming system only supports RGB and not hex codes.