Customize Grid Line Values for Slider-Type Questions | XM Community
Skip to main content
Question

Customize Grid Line Values for Slider-Type Questions

  • April 5, 2019
  • 1 reply
  • 295 views

I am looking for a way, likely code, that allows me to adjust the size of the numbers underneath the grid lines in slider questions. By default, they are rather small, so I am trying to increase the size. Any help is greatly appreciated!

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • April 7, 2019
If you are referring to a regular slider with mobile friendly checked, then this will work: ``` Qualtrics.SurveyEngine.addOnload(function() { jQuery("#"+this.questionId+" ul.numbers li").css("font-size","larger"); }); ```