Styling Slider input
-
Hi,
I’d like to style the color of the slider of the form I created (I would like the thumb to be green and the track to be grey). For some reasons, no styling works: I’ve associated the field with a specific class (.class-slider) and tried some styling like below but it doesn’t work:
#fbuilder .class-slider input[type=range] {
-webkit-appearance: none;}#fbuilder .class-slider::-webkit-slider-runnable-track {
color: #676767;}#fbuilder .class-slider::-webkit-slider-thumb {
background: #589442;}You can see a picture of the slider here: http://i.imgur.com/zyEUCJX.png
Could you help me?
Thank you!
The topic ‘Styling Slider input’ is closed to new replies.