Hi guys!
So I am trying to change the image of my slider handle.
I have searched the forums and found a few tips and looked at other peoples code.
Here is what I have tried adding to template.css
.ui-slider-handle {
height: 21px !important;
width: 10px !important;
background-image: url(
projects.chass.utoronto.ca/polsci-survey...es/slider-handle.gif);
}
I tried using background-image and also tried using:
background: url(slider-handle.gif);
I have been putting my full url in there, i have tried just using:
background-image: url(slider-handle.gif);
The code above is resizing the current slider handle, it just won't change the actual image.
Also, I clear my cache after every change I make to template.css
Any suggestions or tips?