I’ve just downloaded this plugin, but I need some other color then purple. How do I set set it up?
I would like the up and down arrows to be black, background to be gray and the slider itself to be red.
How do i do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just edit jscrollpane.css
To know what element you should edit, open the page in chrome and right click and inspect element. This will show what classes are being used to style the element.
For instance if you want to change the color of the slider, inspect it and you will see that the class you should edit is “.jspDrag”
That’s just one way of knowing what element you should edit, but i think is the easier.