Page 1 of 1

change color toggle

Posted: Sat Aug 20, 2016 11:35 am
by Nicklas

How can I change color of toggle?

The "on"-status color (slider active) is ok, but I want to change the "off"-status color with css.


change color toggle

Posted: Sat Aug 20, 2016 1:36 pm
by Serhii Kulibaba

Hello Nicklas,

Please use a CSS class ".ui-flipswitch" to set toggle's "off" style and ".ui-flipswitch-active" to set it's "on" style


change color toggle

Posted: Sat Aug 20, 2016 4:21 pm
by Nicklas

Perfect! Thank you!