Here is the easiest way for you to accomplish what you want to do.
1. Copy the contents of all the CSS in the gravityforms/css/forms.css file and paste it into your themes stylesheet below the rest of your theme styles.
2. Turn off Gravity Forms CSS output so that it will then use the styles that reside in your themes stylesheet. You do this by going to Forms > Settings in WordPress and turning OFF the CSS Output.
3. Edit the forms related styles that are now in your themes stylesheet. The specific CSS you would need to edit is the block below.
{background-color:#fffac6; border:1px solid #feda70; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}
You will just tweak that to your liking (background color, etc.) and you should be good to go after that.
Posted 14 years ago on Tuesday April 27, 2010 |
Permalink