Tagged: toggle buttons
Hello, I have a problem with toggle/switch buttons in Enfold (the ones used for cookies settings for example or in WP backend to activate Enfold options), It seems that Enfold do not use the convention right/on and left/off but the opposite, why this choice ? it’s a bit disturbing…
EDIT : I’ve found a way to change that with quick css for those who are interested :
#top .av-toggle-switch .toggle-track:before {
right: 27px;
}
#top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track:before {
right: 0;
}