Change color of slider control

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*=‘slider__SliderThumb-sc’] {
background: #162B75 !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

This worked for me instead…

[class*=‘slider__SliderThumb-sc’] {
background: #162B75 !important;
}

Hi there, @Mike_Waller :waving_hand:

You’re right, the code was a bit outdated, but I’ve adjusted it.

Thank you so much for letting us know, we really appreciate it :blush: