Hi,
I would like to remove the numbers / scale form a slider question.
!
Could you please help me find what and where I should change in th CSS?
Thank you!,
Orna
Page 1 / 1
The CSS depends on whether it is Mobile Friendly or not. The following will hide it either way. Add it to the question text in html mode:
```
<style>
tr.xlabel {display:none;}
.JFEScope .Skin .q-slider ul.numbers {display:none;}
</style>
```
```
<style>
tr.xlabel {display:none;}
.JFEScope .Skin .q-slider ul.numbers {display:none;}
</style>
```
Thanks so much for this Tom I had been searching for this for ages.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.