Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014445

    Thomas G
    Participant

    Hello support!

    I have a question in regards to contact form 7. I was able to get the right format and styling that I envisioned for my form. However, I cant seem to figure out how to keep the border color of each field the same color when active. In other words, notice how when you click inside “name” to type a name, the white/grayish border that I have set disappears. I want this to stay the white/grayish color even when someone is typing in the field. I hope that makes sense. Thanks again for the awesome theme support!

    -Thomas

    #1014461

    Thomas G
    Participant
    This reply has been marked as private.
    #1014513

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .wpcf7-form-control:focus {
        border-color: #ddd !important;
    }

    Hope it helps 🙂

    #1017437

    Thomas G
    Participant

    Perfect! That did it! Thanks!!!

    #1017560

    Lely
    Moderator

    You’re welcome Thomas!

    Cheers!