Can I change the color in a text box?? | XM Community
Question

Can I change the color in a text box??

  • 8 June 2021
  • 1 reply
  • 40 views

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


1 reply

Userlevel 1
Badge +2

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