I have looked at the other entries regarding this issue, and have tried using the solutions provided. My link is http://www.sakanajaxbeach.com/vip-e-club/. As I understand it, I place any css changes into my style.css file for my theme.
Have added:
[css]
#gform_wrapper_3 input[type="text"], #gform_wrapper_4 input[type="url"], #gform_wrapper_4 input[type="email"], #gform_wrapper_4 input[type="tel"], #gform_wrapper_4 input[type="number"], #gform_wrapper_4 input[type="password"] {
background-color: black !important;
border-color: #313131 !important;
}
#gform_submit_button_3 {
color: #fff !important;
}
This makes no difference. I simply want to change the text color to white. Help?
Thanks!