So I'm making multiple forms for my client's site:
http://www.lincolninsure.com/quotes/residential-quote/auto/
Unfortunately the styling is completely gone when I create each form.. and the only way I've gotten any styling on the form is if I manually add it to the style.css file.
I copied everything from the GF form.css file into the bottom of the style.css, but the form still doesn't use the styling as it should.
The only way around it is manually adding specific styles.. such as:
( body #gform_wrapper_1 .gform_body .gform_fields .gfield select {border: 2px solid black}
)
I can do that for one form, but I've got at minimum 7 forms to work with.. and would rather style them all the same... Do I seriously have to go through all the lines in the forms.css sheet, modify them to my desires for each individual form by adding _1, _2, _3, and so on in respect to each form I make? Or is there a way to modify just one, and have them all reference the same style sheet?
I'm using the Avanix theme, so I suspect it 'might' have something to do with their built in contact form, but I'm a novice when it comes to wordpress customizations like this. Halp!
Here is the theme's page for further information on the theme:
http://demo.imediapixel.com/index.php?theme=avanix
Here is my site:
http://www.lincolninsure.com
And the main forms I'm working on now:
http://www.lincolninsure.com/quotes/residential-quote/auto/
http://www.lincolninsure.com/quotes/residential-quote/home/
http://www.lincolninsure.com/quotes/commercial-quote/workers-compensation/
Thanks a ton!