How do I remove, or what is causing the appearance of a dot next to each field title?
How do I remove, or what is causing the appearance of a dot next to each field title?
The form is inheriting bullet styling from your theme.
http://www.gravityhelp.com/frequently-asked-questions/
Check the first item under the formatting section for a fix.
Sorry, I am a novice with php. I can get to the theme CSS file and know how to make simple edits like font sizes, etc., but don't know what line or exactly where to put this code. Also, does it need any other symbols before or after it?
body .gform_wrapper ul,
body .gform_wrapper li,
body .gform_wrapper form li,
body .gform_wrapper form ul li { list-style-type:none!important; list-style-image:none!important; background-image:none!important }
That's just a simple CSS rule and goes at the end of your theme's style.css file. You can paste in there just as it is.