Hi. FAQ says put this code in to Style Sheet to remove bullets....
[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
}
I am not much for making mods to CSS so far...question, do I just put this code at the end of the style sheet, or is there some preferred place, thanks.