Contact form text area - background color and button color option

Hello,


This is our Hire us page we used the contact form as is . But somehow , I managed to change the text area color to transparent. Could you please help me change it to white color as in the BE VIDEO demo.

Also , I need to change the "send a message" button color to blue . Please let me know the option to do so.

Cheers
Sangita


Comments

  • Hi Sangita,

    all colors for CF7 forms, you can change under Theme options > Colors > Forms section. But to change button color, you need to use the following css:
    .wpcf7-form input.wpcf7-submit {
        background: #ff0000 !important;
        border-color: #ffffff;
        color: #ffffff !important;
    }
Sign In or Register to comment.