seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Custom handle shows star #973

Open paulvancity opened 2 years ago

paulvancity commented 2 years ago

I tried adding a custom image, added --> handle: custom

Added CSS -->

.slider-handle.custom { background: transparent none; / Add your background image / background-image: url("http://icons.iconarchive.com/icons/custom-icon-design/pretty-office-8/128/Accept-icon.png"); background-size: contain; }

also tried it with .slider-handle.custom:before

It only shows the star for some reason, anyway to fix this?

Thank you!

xirukitepe commented 1 year ago

Hi @paulvancity

Were you able to fix this issue? I'm encountering the same thing.