Change style of widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 06:42 PM
I have this issue with style after upgrading from Washington to Xanadu
The background color becomes dark
Where and how do I fix this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 10:45 PM
Hi @Gab ,
Press Ctrl+click on the form. Go to instance in Page editor
Paste below code to CSS section and save it
div#required_information_bottom {
color: blue;
}
.sc-field-error-label {
background-color: red !important; /* Replace red with desired color code */
color: black !important; /* Replace black with desired color code */
}
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 11:38 PM
HI @Gab
Have you applied the dark theme on your instance, please let us know.
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:16 AM
hi @Gab ,
if you are using ESC portal then goto themes open EC theme then search $sc-field-error-color
Please mark helpful & correct answer if it's really worthy for you.