Hi guys,
Just wanted to say I appreciate how helpful you guys are on this site. You provide great support!
I’m currently using the contact form that comes with Enfold in the Advanced Editor over top of a darker colored image. The fields show up fine since they have a background color but the field labels (Name, Phone, Email, etc) are too dark. Is there some css I can use to edit the color of the form field label font colors?
Also, I noticed when something is auto-filled as I start typing, the background colors of the fields turn yellow. Not major issue, but if there is a fix for that as well, that would be great!
Thx!
BP
Hey,
Add this to Quick CSS:
#top .form_element label {
color: white;
}
The second is a browser behavior, it happens when you insert a common/saved value.
Best regards,
Josue
Perfect! This worked great. Thanks!