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.

Removing bullets

  1. Trying to remove bullets on my form. It's located on the second page. Here is a link to the form: http://bignorth.powermediallc.org/about-us/forms/forms-all-division-team/.

    I've made some changes, but nothing seems to take the bullets away.

    Thanks.

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  2. This should do the trick for you:

    [css]
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: none !important;
    }
    Posted 11 years ago on Monday May 7, 2012 | Permalink
  3. I've added that and it didn't work. It's in my style sheet now for you to see. Not sure why that doesn't work.

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  4. The declaration I found looks a bit different, but notice the comma here (actually have a few trailing commas on other selectors too):

    Screenshot

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  5. As you can tell I'm not a seasoned CSS expert!!! Thanks for your help. All fixed now.

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  6. Right on, glad to help out!

    Posted 11 years ago on Monday May 7, 2012 | Permalink

This topic has been resolved and has been closed to new replies.