Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in your theme style.css

    Change:

    input[type="text"], textarea {
    padding : 2px;
    background : #f9f9f9;
    border : 1px solid #ccc;
    }

    to:

    input[type="text"], input[type="email"], textarea {
    padding : 2px;
    background : #f9f9f9;
    border : 1px solid #ccc;
    }

    Thread Starter stecube

    (@stecube)

    Many many thanks! That did the trick perfectly. =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Email field has different styling’ is closed to new replies.