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.

Remove Bullets

  1. I am getting bullets appearing on the left of each form section. Is there a way to stop that from happening?

    You can see what I mean here:
    http://inhampshire.net/contact

    Posted 14 years ago on Friday April 23, 2010 | Permalink
  2. Your default style.css is adding a background image to all li items. To override this, add this to the bottom of your theme's style.css:

    .gform_wrapper ul li {background-image: none;}

    The source of that advice:
    http://forum.gravityhelp.com/topic/styling-with-css-classremove-bullets

    Posted 14 years ago on Friday April 23, 2010 | Permalink
  3. Thanks, that'll be much better. I should have known that as I designed it, but don't really know what I'm doing :o)

    Posted 14 years ago on Friday April 23, 2010 | Permalink