0

I ma having a problem styling my sliders, i managed to change the handle to an image which worked but then the track color didnt work,

Loan Amount Your Loan

Loan Length

Days Loaned

Repayment Date

Your Loan Interest
APR

This is What i need it to look like https://capfin.co.za/

Luke
  • 11
  • 7

1 Answers1

0

I see the handle is already set to a custom image. However, it's not aligned in the center adding background-position: -6.5px -4px; to #slider1 .ui-slider-handle will make that happen.

Also the width & height of the track could be changed by applying the same to .ui-slider and the background colour could be changed of .ui-widget.ui-widget-content

nimsrules
  • 2,026
  • 20
  • 22