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.
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.
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
Perfect! Thank you!