- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 12:14 AM
How Can I Update Dev Instance to re-add color and banner indicating it is Dev instance . It is next experience instance. Provide the proper solution for it
Thank You!
Hitesh Ramba
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 03:46 AM
Hi @Hitesh Ramba ,
Please use below CSS file, I'm adding the whole 2000 line in that file this will work you.
Copy and paste that css in that
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 12:43 AM
Hi @Hitesh Ramba ,
You can navigate to below link -
<yourInstance>.service-now.com/$system_properties_ui.do?sysparm_title=System%20Configuration%20UI16&sysparm_category=System%20Configuration%20UI16
Or
All> System Properties> Basic Configuration UI 16
Here you can find everything color and theme that your instance is using
Image for reference
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 12:45 AM
I USed this ,but its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 01:01 AM
Hi @Hitesh Ramba ,
Please refer below steps it works for me
- Go to sys_ux_style.list
- Open Colors
- Copy All of JSON in the style box
- Return to the UX Styles List and Click New
- Enter a name
- Paste in the JSON you previously copied
- Search for “now-unified-nav_header--background-color”
- In the Red text change the default color to the RGB color you want (hint: if you scroll to the top of the style you will see many examples of RGB colors you can copy)
- Click Submit
- Open Colors
- Go to sys_ux_theme.list and click new
- Give it a name
- On the Compositional App Theme Click on the style column and choose the style you created in the previous step
- Then use the insert a new row functionality and add three more styles
- UI16 Dashboard Visualization Compatibility
- Shape and Form
- Typography
- Save the Theme
- Ensure all the styles have an order of 0 and a type of Core
- Copy the sys id
- Got to sys_properties.list and click NEW
- Name - glide.ui.polaris.theme.custom
- Type – string (should be default)
- Value – the sys id from previous step
- SAVE
- Log out and log back in again and the new banner should be available
- Ensure tables sys_ux_style and sys_ux_theme are excluded from a clone back
Result :
Now my header is RED in color
I hope this helps you to resolve your query
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 02:15 AM
What is this line , Can You clearly explain!
4.Ensure tables sys_ux_style and sys_ux_theme are excluded from a clone back