Slider task | XM Community
Skip to main content

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.

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