How to Target the CSS of a Specific Form?
-
Hi,
Is there a way to target the CSS of a specific form’s field labels?I tried this:
.um .um-field-username .um-field-label, .um .um-field-password .um-field-label {
color:#ffffff;
}But it applies the changes to all forms, globally..
I have tried using the form ID within the CSS but it doesn’t work. Any ideas?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘How to Target the CSS of a Specific Form?’ is closed to new replies.