This doesn't have anything to do with editing the gravity forms CSS. Your theme developer blew you off apparently.
The fact is that your style.css file that you've been trying to edit isn't being called on your page. That's a problem with your theme, not the plugin. I DO see that the Gravity Forms styles have been added to some stylesheet, but that the default forms.css file isn't being loaded. Either the "output CSS" option is turned off in your form settings, or you theme doesn't include the wp_head() function needed to load the styles into the page. If the option is turned on, then it's a problem with your theme.
Also, we recommend that you don't make any changes to the default form styles because those are automatically overwritten when you do an update on the plugin. You'd end up losing your changes. That's why we recommend putting any custom styles in your theme stylesheet so you don't lose all your hard work.
Basically, you need to find out how to add the custom styles to the one stylesheet that IS being loaded properly.
http://roseonahouse.com/wp-content/w3tc/min/4abeaa3c.349fba.css
I'm not familiar with your theme so I can't tell you how to actually do that.. it looks like it's being generated dynamically from somewhere. Maybe your theme developer can at least tell you how to edit that.
Posted 13 years ago on Friday September 2, 2011 |
Permalink