Slider task | XM Community
Skip to main content
Question

Slider task

  • March 5, 2021
  • 1 reply
  • 21 views

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.

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • March 13, 2021

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");