Re:Styling The7 Contact form.

  • Unknown's avatar

    I have just taken over redoing a work site. I have spent many hours trying to customise ‘The7’ contact form. All the text areas are by default black and I want them to be white. I have ensured the text area is white in every single appropriate menu and have changed the CSS. All colours I experiment with work in the CSS, except the text areas which remain black. Can anyone please help me?

    div.wpcf7 {
    background-color: #badde6;
    border: 2px solid #00b8e7;
    padding:20px;
    }
    .wpcf7 input[type=”text”],
    .wpcf7 input[type=”email”],
    .wpcf7 textarea {
    background:#FFF;
    color:#FFF;
    font-family:Verdana, sans-serif;
    }
    .wpcf7 input[type=”submit”],
    .wpcf7 input[type=”button”] {
    background-color:#FFF;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    }

  • Hi there,

    You’re in the wrong forum. Since you’re using the Contact Form 7 plugin, you need to seek help at this forum:

    Contact Form 7

    These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software that your site is using, you can read this document:

    WordPress.com vs. WordPress.org

  • The topic ‘Re:Styling The7 Contact form.’ is closed to new replies.