Hi all,
Anyone knows the custom code for changing the sliders as well as the background in Qualtrics Pick, Group and Rank to green color?
rondev would be really grateful if you know the code.
Thank you so much.
Page 1 / 1
Assuming you want to change the background color of group in PGR question use below code:
jQuery(".Group ul").css("background-color", "green");
For slider question use below code:
jQuery(".track").css("background-color", "green");
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.