Please help us help you and fill where relevant: Your LimeSurvey version:
Version 5.3.13 Own server or LimeSurvey hosting: Lime Survey Hosting Survey theme/template: fruity
==================
Hello everyone!
I would like to set up a true "Visual Analogue Scale" in Limesurvey. I am using the slider with a minimum number of 0 and a maximum of 100.
Now I need the numbers above the slider to disappear. I have read to edit the custom.css with the following function:
.slider_callout {
display: none;
}
My problem is, if I use that function and add "slider_callout" to the css class of the question, the whole question disappears and not only the the numbers above the slider.