- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-07-2022 03:03 AM
Hi
there is a Label Variable called 'NOTE' we have to add some Text Colors to that Label
Note: Please ensure that you have purchased the before raising your request for license assignment. Please reach out to team at abcdef@gmail.com if you have any query.
Existing Label Variable on catalog item
We have to modified like this
can you help me with this
Thanks,
Karthik
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-07-2022 03:29 AM
Hi,
Please go through below link:
https://www.servicenowguru.com/system-ui/field-styles-service-catalog-variables/
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-07-2022 03:08 AM
HI
Check the below link for SP
https://community.servicenow.com/community?id=community_question&sys_id=7f30c489db806894d5c4d9d968961957
Use below for back end
var getLblParent= g_form.getElement('label_test').id.replace('sys_original.','');
var getLblElement = jQuery("label[for='"+getLblParent+"']").css('color','red');
Please Mark the answer if correct/helpful , if it helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-07-2022 03:29 AM
Hi,
Please go through below link:
https://www.servicenowguru.com/system-ui/field-styles-service-catalog-variables/
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep