PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Odd dots/icons next to form field titles

  1. How do I remove, or what is causing the appearance of a dot next to each field title?

    http://www.texomahealth.org/join-500-strong

    Posted 13 years ago on Tuesday March 15, 2011 | Permalink
  2. 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.

    Posted 13 years ago on Wednesday March 16, 2011 | Permalink
  3. 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 }
    Posted 13 years ago on Wednesday March 16, 2011 | Permalink
  4. 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.

    Posted 13 years ago on Wednesday March 16, 2011 | Permalink