Solved
Add color background behind just one column on a matrix table question?
First time in the community and was searching for this, but didn't see this questions asked / answered. Sorry if I'm in the wrong category.
I'd like to add a background color (e.g., light gray) to just one column on a matrix table question (e.g., "Not sure / unable to judge" option). Thanks in advance!
Best answer by Anonymous
Hello @ballred ,
Paste the below code in the matrix question js(OnReady) and update the column position in code:
var c= 1 //Enter the column position
var n=3+c;
jQuery("#"+this.questionId+" td.c"+n+" , th.c"+n+"").css("background","lightgrey");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
