I've reviewed several of the CSS posts including CSS_Targeting_Samples, Where_Do_I_Put_This_Code%3F and gravity-forms-css-targeting-specific-elements and have followed several examples. I am sure something about my theme is preventing my borders from being anything but white on white, no borders. I've changed themes and the forms look just fine.
I added (as found in the posts)
[css]
/* gravity forms text field */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] { border:3px solid #ffffff; background-color:#f8f9fb; }
/* gravity forms textarea field */
body .gform_wrapper .gform_body .gform_fields .gfield textarea {border:3px solid #ffffff; background-color:#f8f9fb; }
expecting to see nice tidy borders, but alas, it was not to be. Just curious if anyone might have a suggestion. Most likely I'll change themes, but the powers that be like the one we've got. The forms work great with Twenty Eleven...
Here's the page: http://ad-lan.com/signup/
Any advice would be appreciated!
- DB
P.S. I'll probably end up taking my OWN advice and change templates...