
Solved
Removing scale form slider questions

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

Best answer by TomG
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>
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.