This has been causing me some stress now for a few weeks. I've searched forums and help files and just cant figure it out.
I'm using a HTML5 template on my wordpress site. First of all the borders were not showing on the forms. I added the following to my CSS and it fixed everything except the check boxes. The boxes themselves do not show up except on Firefox.
HERE IS THE PAGE: http://tinyurl.com/c9scdnu
HERE IS THE CSS I'VE ADDED SO FAR:
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type: none !important;
list-style-image: none !important;
list-style: none !important;
background-image: none !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
content: "";
}