
Solved
Color transition in slider bar
Hello,
For a slider question I would like to have the backgroundcolor like the below displayed example:
!
How can this be created?

Best answer by Anonymous
Hello @Nico_Leussink ,
This is for Slider(Draggable sliders) question type.
Paste the following code in the Look and feel-> Advanced-> add custom css
.Skin .horizontalbar .Slider .track {
background-image: linear-gradient(-90deg,red,yellow,green);
}
Output:
!
View original
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.