I commented out one line in forms.css since I didn't like the styling that was being applied.
.gform_wrapper #gform_heading{ width:98%; padding-bottom:12px; margin-bottom:18px; border-bottom:1px dotted #ccc}
But changing files that come with the plugin makes upgrading more of a hassle. How would I override that line in my own style.css? If I do something like this:
.gform_wrapper #gform_heading{ padding-bottom:0; margin-bottom:0; border-bottom:none}
won't that remove the browser default padding and margin as well as overriding this from forms.css?
Thanks