Change checkbox color in form - CSS not working
HI,
I tried to use this CSS for changing color of the checkbox - It's blue right now & I need to be white.
.mktoForm input[type=checkbox] + label:before {
color: #FFFFFF !important;
}
But with this, it doesn't the color. Instead, it bring up this "1" in the checkbox. And if I remove the CSS to change the color, the checkboxes stay the default blue!!!

Any inputs will be appreciated!! Thank you!