How to change the color of answered text to black? | XM Community
Question

How to change the color of answered text to black?

  • 12 September 2020
  • 3 replies
  • 34 views

Userlevel 1

I have a few questions, whose answers are in an essay format. When a participant enters text in that box, it appears grey. How to change the color of answered text to black?


3 replies

Userlevel 7
Badge +22

Use the below code:
jQuery("#"+this.questionId+" textarea, #"+this.questionId+" input[type='text']").css("color","#000");

Userlevel 1

I tried using this in the custom CSS but the color stays grey.

Userlevel 7
Badge +22

Use it in the text entry question, under "Add javascript" option add the above code in Onready function.

Leave a Reply