Changing background color of a single question | XM Community
Solved

Changing background color of a single question

  • 28 March 2019
  • 2 replies
  • 136 views

Hi. Could someone help me with the javascript to set the background color of a single 'descriptive text' type question to a specific hex code?
icon

Best answer by Anonymous 28 March 2019, 17:56

View original

2 replies

Hello @jmcpherson ,

Paste the below code in the js(OnReady) of the descriptive question:

` jQuery("#"+this.questionId+" .QuestionText").css("background","YOUR_HEX_CODE");`
Thanks! That worked!

Leave a Reply