• I understand if this is more of a Contact Form 7 support question. Was hoping to be able to make the form text box borders darker…they are really hard to spot with the current colors.

    I found this CSS code, but I dont really like the way it makes the forms look after applying it. Know of anything off the top of your head?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lthorley

    (@lthorley)

    Here is the code:
    .wpcf7 {
    background: #A3A3A3;
    border: 1px solid #494949;
    width: 700px;
    }

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    textarea {
        border-color: lightgray;
    }

    You can replace lightgray with any other color or color code.

    Kind Regards, Roman.

    Thread Starter lthorley

    (@lthorley)

    PERFECT!!!! Thanks!

    You are welcome! ??

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form 7 Box/Border colors?’ is closed to new replies.