Good day,
I'm currently working with a MaxDiff question (matrix). I'd sincerely appreciate anyone who can provide the code to place underline between each option and change the hover from grey to something else. Below is a picture of the lines I'd like. Thank you in advance.
Page 1 / 1
Hi there, if you still need, this can be put in place by adding the below CSS to the Style section of the survey's Look & Feel:
.ChoiceRow td {
border-bottom: 1px solid lightgray;
}
.ChoiceRow th {
border-bottom: 1px solid lightgray;
}
.Matrix table{
border-collapse:collapse !important;
}
.Skin .ChoiceRow:hover {
background-color: rgb(255, 204, 203) !important;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.