Hello everyone - I have a test site and a form at
http://j74.net/contact/
There are arrows on each of the form elements even though I added this to the bottom of the main stylesheet
[css]
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
}
Any help with this will be appreciated. Thanks !! Regards - Mal