Customize Grid Line Values for Slider-Type Questions | XM Community
Question

Customize Grid Line Values for Slider-Type Questions

  • 5 April 2019
  • 1 reply
  • 176 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

Userlevel 7
Badge +27
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");
});
```

Leave a Reply