Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #664915

    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

    #664999

    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

    #665916

    Perfect! This worked great. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Field Label Font Color’ is closed to new replies.