How to change the Additional Comment journal field Label with red color

shashanksha
Tera Contributor

How to highlight the Additional Comment journal field Label with red color incident form.

1 ACCEPTED SOLUTION

@shashanksha 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

13 REPLIES 13

Anand Kumar P
Giga Patron
Giga Patron

Hi @shashanksha ,

 

function onLoad() {

var incComments = document.getElementById('label.incident.comments');
incComments.style.color = "red";

}

Create new onload client If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anandscript on incident table and use above script.

 

 

shashanksha
Tera Contributor

Hello @Anand Kumar P ,

 

It is not working.

I checked in my PDI working for other fields , only not working for Additional comments let me check.

 

 

shashanksha
Tera Contributor

yes, it is not working for additional comments.