How to change the description text color in service now portal.

sai79
Kilo Contributor

In ServiceNow Portal I need to change the description text color. In what way i need to change to another color?

find_real_file.png

Under Request there is a incident number (which is highlighted in yellow) that text color should be change to another color.

Please tell the way to change text color.

 

Thanks in advance.

 

Thanks,

P.Sai.

1 ACCEPTED SOLUTION

Abhijit4
Mega Sage

Hi Sai,

This is OOTB 'My Request' widget, here is link for your reference https://your_instance_name.service-now.com/sp_config?id=widget_editor&sys_id=8cc0df25875023000f220cf... (change instance name accordingly to access link).

The code you are looking for starts on line number 43 where it prints all these incident details, state and updated on.

To make changes in the widget, you would need to clone widget and try some css code to change text color as per your requirement.

Let me know if you have any further queries.

Please mark this as Correct or Helpful if it helps.

Thanks and Regards,
Abhijit
Community Rising Star 2022

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

View solution in original post

3 REPLIES 3

Abhijit4
Mega Sage

Hi Sai,

This is OOTB 'My Request' widget, here is link for your reference https://your_instance_name.service-now.com/sp_config?id=widget_editor&sys_id=8cc0df25875023000f220cf... (change instance name accordingly to access link).

The code you are looking for starts on line number 43 where it prints all these incident details, state and updated on.

To make changes in the widget, you would need to clone widget and try some css code to change text color as per your requirement.

Let me know if you have any further queries.

Please mark this as Correct or Helpful if it helps.

Thanks and Regards,
Abhijit
Community Rising Star 2022

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

sai79
Kilo Contributor

Thanks Abhijit,

 

If u don't mine plz paste the code here ..

 

i am unable to find the correct code. Please..

 

Thanks in advance.

sai79
Kilo Contributor

Plz tell the code ...