Solved
Forms - How to Change color - Select Values
Hi,
Has anyone had success in changing font color for values of multi-select form field? Below is the circled text which I would like to see in white color.
Thanks!

Hi,
Has anyone had success in changing font color for values of multi-select form field? Below is the circled text which I would like to see in white color.
Thanks!

That's not Multi-Select, it's Checkboxes.
An example CSS rule for those labels is
.mktoForm .mktoCheckboxList > label {
color: white;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.