Hi,
I use the InFocus theme from mysitemyway-com. They implemented a contact form with nice looking radio buttons and checkboxes and I want to use them for the gravity forms.
It is confusing for me what classes I should use to style these boxes.
When I add ".gform_wrapper .gfield_radio li" to the style section in my theme where their boxes are styled, it breaks my layout like this:
http://imageshack.us/photo/my-images/706/mycheckboxes.jpg/
Their checkboxes look like these:
http://imageshack.us/photo/my-images/577/theircheckboxes.jpg/
So I copied the radio and checkbox classes and renamed them to ".gravity_radio" and ".gravity_checkbox". Then I defiened a custom css class in the configuration of my form and now it looks like this:
http://www.pandonym.com/testseite/
What should I do?