Okay, I wanted to look at a couple of things. If you want to remove the form-specific styles (rounded corners, sizing & padding, etc.) from your theme and let it inherit just the default form styles, it looks like you just need to remove lines 144-267 of your screen.css file.
http://theinsideglobal.com/wp-content/themes/Lotus-v1-2/Lotus/css/screen.css
You should probably save a backup copy before doing any major changes. That's always the safe route.
I also noticed some non-Gravity Forms styles on your editor page.
screenshot: http://grab.by/ag1V
This indicates that another plugin is outputting CSS that's conflicting/overriding the default Gravity Forms admin CSS. That said, it's very possible that there are scripts being output as well that may cause functional problems with the Gravity Forms editor. It's not uncommon for plugin authors to output scripts on every admin page rather than taking the time to do it properly and only enqueue their scripts on their plugin page.
Posted 13 years ago on Wednesday June 1, 2011 |
Permalink