Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

how to change requested for text color red into service portal

BanuMahalakshmi
Tera Contributor

how to change requested for text color red into service portal after order submission of service request page, pls refer attached screenshot:

BanuMahalakshmi_0-1726597678244.png

 

Thanks.

2 REPLIES 2

Gangadhar Ravi
Giga Sage

hi @BanuMahalakshmi 

 

You can go to instance of that widget in page editor and add below style. 

span.header-text.align-tooltip.ng-binding.ng-scope.btn-link {
color: red;
}

 

GangadharRavi_0-1726602230248.png

 

Please mark my answer correct and helpful if this works for you.

 

Hi, Thanks for reply. is this possible to set color red into single service request only but not all the service requests?