Solved
How can I apply colour to alternate rows within a matrix table?
Hi everyone,
Does anyone know the code for applying colour to alternate rows within a matrix table? It seems that the new look & feel menu does not allow anymore to make this change through the available options to select.
Many thanks,
Best,
Patrizia
Best answer by jainshubham
Hi @Pat87
You would need to add the below code under Look&Feel>Style>Custom CSS.
tr.ChoiceRow{
background-color:#F0F0F0;
}
tr.ChoiceRow.ReadableAlt{
background-color:white;
}
Here's the result you will achieve with this code:
!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


