• Resolved allanpoe

    (@allanpoe)


    hey all (sorry about my english, not native speaker)

    so i’m using this CSS to give some color to my contact form.

    div.wpcf7-mail-sent-ok {
    	border: 2px solid ##000000;
    }
    input[type=text], input[type=email], textarea
    .wpcf7-form input, textarea {
        border: 1px solid #999999;
        height: 26px;
    }
       input[type=yourmessage],
    wpcf7-form input, textarea {
        border: 1px solid #999999;
        height: 26px;
    .wpcf7-form input[type="submit"] {
       background-color: #8CD4CF;
       border: medium none;
       color: #FFFFFF;
       cursor: pointer;
       height: 30px;
         input[type=yourmessage],
    wpcf7-form input, textarea {
        border: 1px solid #999999;
        height: 26px;

    Your Name
    Your Email
    Subject

    sections has color but Your Message doesn’t. how can i fix it? is there something wrong with codes? please help.

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form 7 problem’ is closed to new replies.