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

Can I change the color in a text box??

  • June 8, 2021
  • 1 reply
  • 58 views

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

1 reply

Harshal_
QPN Level 2 ●●
Forum|alt.badge.img+2
  • QPN Level 2 ●●
  • June 8, 2021

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