Trying to style Contact Form 7
According to their website, this code should create half width forms. It needs to be added to the theme stylesheet.
I have added it to the Enfold Quick CSS but have had no luck. The Quick CSS does work for other changes I have made though.
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
width: 50%;
}
Can someone advise?
Domain left in private content.
For reference: http://contactform7.com/styling-contact-form/
Hey!
Thanks for getting in touch!
Try updating your code above to this:
input.wpcf7-form-control.wpcf7-text {
background-color: #fff !important;
color: #000 !important;
width: 50% !important;
}
Let me know if it helps.
Best regards,
Jordan
Thanks Jordan
That did work but I failed to specify. I want to set them up like the Native Enfold forms where I can two 2 column.
Any ideas?
Hey!
Please refer to this post for the CSS to make the cf7 form look similar to Enfold form
Cheers!
Vinay Kashyap