Please help us help you and fill where relevant: Your LimeSurvey version:
LimeSurvey Community Edition
Version 6.6.6+241002 Own server or LimeSurvey hosting: Own Server Survey theme/template: ls_line, which is based on fruity
==================
I'm trying to change the colour of the Slider from sea green to something else. There are some old forum posts which was bsed on version 3 does not work for me.
I tried the following:
.slider {
background: red;
}
.slider-track-low {
background: yellow;
}
.slider-track-high {
background: blue;
}
'slider-track-high' changed the high part to Blue. However, the low part, as well as the handle remains 'green', which I believe is the default color of everything?
I tried changing 'slider-handle', 'slider-selection', and didn't work.