Change color of particular choice value in CSM/FSM Workspace

Sanket Kutwal
Tera Expert

Hello Folks,

 

Anyone knows that how to set the color to specific choice value? in CSM/FSM Workspace

 

As you can see below when the form loads i want to set the red color to Sub Category value.(Check the highlighted text in below image).

 

 

SanketKutwal_1-1709717340798.png

 

 

 

5 REPLIES 5

Hi @Sanket Kutwal 

try this code

control.style.color = 'red'; // to set the color of field

Please mark reply as Helpful/Correct, if applicable. Thanks!