I would like to add horizontal dividing lines or alternating row colors to my side-by-side question. Does anyone have any code they would be willing to share? Changing alternate row colors in the Old Look and Feel editor did not seem to have an effect. Below is a screenshot for how it currently looks. Ideally I just want something subtle that makes it easier to differentiate the rows.
!
Page 1 / 1
Hello @uhrxx005 ,
Use the below code:
jQuery("#"+this.questionId+" .Choice").css("border-bottom","2px solid black"); //horizontal line
jQuery("#"+this.questionId+" .ReadableAlt").css("background","#d2d2d6"); //alternate color
Use the below code:
jQuery("#"+this.questionId+" .Choice").css("border-bottom","2px solid black"); //horizontal line
jQuery("#"+this.questionId+" .ReadableAlt").css("background","#d2d2d6"); //alternate color
@shashi, this worked great! Thank you so much!
So, where exactly does this code go?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.