Solved
How to shade a matrix table within a cutom themed survey?
I have two very long matrix tables within my survey, and would like to alternatively shade each item in the matrix table to make it a little more readable.
I went into "Look & Feel" to edit this, but it appears that I can't because of my company's custom theme.
Is there a way around this?
Best answer by Anonymous
Hello @Taylor ,
Paste the following code in the js(onLoad) of the matrix question
`jQuery("tr.ReadableAlt").css({"background-color":" lightgray"});`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
