Hello how are you?
I want to change the field title color of a form in WPforms.
However, I already have another form on another page of the same site with a different color.
How do I change the CSS for that particular form?
I tried adding an additional class called “form-contact-class” , but it’s not working…
See below all the code that changes the colors but in a global way:
div.wpforms-container-full .wpforms-form .wpforms-field-label {
color: #4d4d4d;
}
Below is the code I tried to add but it doesn’t work:
div.wpforms-container-full .wpforms-form .wpforms-field-label .form-contact-class {
color: #4d4d4d;
}
If you can help me, I would be very grateful!