how to change the text colour.

panchbhaic
Tera Contributor

We have form catalog forms and in the required information section the font color is blue.

How we can change this color from blue to white.

 

Please see the attachment.


Any suggestions would be appreciated.

1 ACCEPTED SOLUTION

Akansha Gupta
Mega Sage

hi @panchbhaic - please update css at instance level to achieve the required functionality without customization

1. ctl+click to open the Instance in page editor, make sure you are in correct scope 

AkanshaGupta_4-1740062341845.png

 

 

2. add the below css at instance level with the required color code

AkanshaGupta_1-1740062100075.png

 

.sc-field-error-label {
color: #e42338;
}

output -

AkanshaGupta_3-1740062293158.png

 

 

 Hope this helps - let us know if you need more help/details.

Note - If my answer helps you, please mark it as correct and accepted, thank you

 

Akansha Gupta

View solution in original post

2 REPLIES 2

Akansha Gupta
Mega Sage

hi @panchbhaic - please update css at instance level to achieve the required functionality without customization

1. ctl+click to open the Instance in page editor, make sure you are in correct scope 

AkanshaGupta_4-1740062341845.png

 

 

2. add the below css at instance level with the required color code

AkanshaGupta_1-1740062100075.png

 

.sc-field-error-label {
color: #e42338;
}

output -

AkanshaGupta_3-1740062293158.png

 

 

 Hope this helps - let us know if you need more help/details.

Note - If my answer helps you, please mark it as correct and accepted, thank you

 

Akansha Gupta

Najmuddin Mohd
Mega Sage

Hello @panchbhaic ,
I believe this happened after Xanadu upgrade.

I have provided the solution for this in the below link.

https://www.servicenow.com/community/developer-forum/we-have-upgraded-to-xanadu-mandatory-fields-of-...


If the above solution helps you, Kindly mark this post as Helpful and Accept the solution.
Regards,
Najmuddin.