Removing scale form slider questions | XM Community
Solved

Removing scale form slider questions

  • 28 June 2018
  • 2 replies
  • 70 views

Badge +2
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
icon

Best answer by TomG 29 June 2018, 15:04

View original

2 replies

Userlevel 7
Badge +27
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>
```
Thanks so much for this Tom I had been searching for this for ages.

Leave a Reply