I am trying to change the color of the slider in slider questions. It is white and hard to see. I see posts about changing the slider bar but cannot find anything for the slider itself.
Thanks!
I am trying to change the color of the slider in slider questions. It is white and hard to see. I see posts about changing the slider bar but cannot find anything for the slider itself.
Thanks!
Best answer by Deepak
I could not get either of those to work. Below is an image of my issue. The white slider is what I am trying to change. I was able to make the bar blue through: Look and Feel - Style - Custom CSS and I entered the following which I adapted from another post:
.Skin .horizontalbar .Slider .track {
background-image: linear-gradient(-90deg,blue,blue);
}
Can I add another argument into the custom CSS to make the slider or “handle” red?
Try this:
.Skin .horizontalbar .Slider .handle {
background: darkred !important;
border: darkred !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.