Hi!
This is the current CSS code I have:
.question .required-marker { display:none; }
.slider-min, .slider-max {
display: none;
}
.slider .question-content {
display: flex;
flex-direction: column;
}
.slider .slider-labels {
order: 2;
padding-inline-end: 0;
}
.slider .slider-statement {
order: 1;
}
This how my slide look like:

I would like to: 1) Add this text above or below the slider “Change the slider above to set a response” and 2) have the slider at circle in the middle, so it is easier for the participant to move.
Like this:


