I'd like to be able to change the DK/NA column in my matrix grid to grey but keep all other columns white, so it's clear that option is separate from the other response options. But i can't find a way to do that. Has anyone else done this and able to explain how?
Thanks
Solved
Change format of 'Exclude from analysis' response column in matrix grid
Best answer by grahulp5
You can find the class of that column let's say some SBS4 value and then add a css in OnReady JS:
example: jQuery('.c11').css('background-color','grey')
Please update the class which I used (c11) with the class which you can see for the last one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
