• I used the following code:

    input[type="text"],
    input[type="email"],
    textarea
    {
        background-color: #fff;
        color: #000;
        width: 100%;
    }

    But it isn’t working for the multi-line textareas. Unsure why.

    I tried this as well:

    input[type="text"],
    input[type="email"],
    input[type="textarea"]
    {
        background-color: #fff;
        color: #000;
        width: 100%;
    }

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Color in Textareas’ is closed to new replies.