I use the Formcraft Form plugin and it has the option for inbuilt styling of each form, this works mostly except for text input fields and a few others.
Please see this url:
http://melbournedrifttrikes.com/test/
The fields should be white and are set this way in the plugin styling settings.
Thanks in advance
Hi Patchharris!
Add this to your custom CSS.
.form-page-content input, .form-page-content select, .form-page-content td, .form-page-content tr {
background: white !important;
color: black !important;
}
Cheers!
Elliott
Thanks for that