Can I change the color in a text box?? | XM Community
Skip to main content

I want my comments to show in green not red...how do I make that happen. NOVICE

Hey Kimberly010 ,

Paste the following code in CSS.

Make sure to change the "id" according to your question.


[id='QR~QID1'] {
color : red !important;
}
You can change the color :)

Screenshot (1374).png


Leave a Reply