How do I shade a form a certain color? I believe that deals with CSS? I am trying to figure out CSS, I am not to familiar.
Do I go into the theme CSS, or the CSS for gravity forms. If I go into the theme for gravity forms where do I put in certain CSS code.
For example
If I wanted to take the below code and make a red box around my form, where would I stick this?
body .gform_wrapper { border:1px solid red }