Your LimeSurvey version: 5.4.3+ Own server or LimeSurvey hosting: own server Survey theme/template: custom fruity
==================
Hello,
I have two questions concerning array type questions :
1. I'd like to change the default color used to alternate row color in arrays to make it a bit darker. I can't find the css class, as I only can find the hover class.
.table-hover>tbody>tr:hover>td {
background-color: red;
}
Any idea how to change it ? Please find an example attached.
2. I'd like to only have the horizontal borders in array type questions and delete the vertical borders / outer frame. I cannot find a way to do it. Any idea ?
Thank you in advance for your help ! Best regards,
David
Thanks once again for your help ! It worked perfectly. I must be doing something wrong when using the webdev tool : I'm either pressing F12 or right click + inspect but I can't find the css class you mentioned.
And would you have an idea for the second question (2. I'd like to only have the horizontal borders in array type questions and delete the vertical borders / outer frame) ? I have been able to change border style but in very specific places, not all the horizontal / vertical or outer frame.