- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 06:12 AM
We have form catalog forms and in the required information section the font color is blue.
How we can change this color from blue to white.
Please see the attachment.
Any suggestions would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 06:40 AM
hi @panchbhaic - please update css at instance level to achieve the required functionality without customization
1. ctl+click to open the Instance in page editor, make sure you are in correct scope
2. add the below css at instance level with the required color code
.sc-field-error-label {
color: #e42338;
}
output -
Hope this helps - let us know if you need more help/details.
Note - If my answer helps you, please mark it as correct and accepted, thank you
Akansha Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 06:40 AM
hi @panchbhaic - please update css at instance level to achieve the required functionality without customization
1. ctl+click to open the Instance in page editor, make sure you are in correct scope
2. add the below css at instance level with the required color code
.sc-field-error-label {
color: #e42338;
}
output -
Hope this helps - let us know if you need more help/details.
Note - If my answer helps you, please mark it as correct and accepted, thank you
Akansha Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 07:21 AM - edited 02-20-2025 07:25 AM
Hello @panchbhaic ,
I believe this happened after Xanadu upgrade.
I have provided the solution for this in the below link.
https://www.servicenow.com/community/developer-forum/we-have-upgraded-to-xanadu-mandatory-fields-of-...
If the above solution helps you, Kindly mark this post as Helpful and Accept the solution.
Regards,
Najmuddin.