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.

Bullets on List Items

  1. Hi,
    I am trying to add bullets to my list items on

    http://canvas3.swampedmagazine.com/?page_id=25

    If you select 'Assistant Graphic Designer' you will see there are some unordered lists on that page but when I try and set the

    list-style-type: circle

    nothing happens. I can't seem to get any bullets to show up so I was wondering if there was something I am missing here.

    Thanks in advance.

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  2. try:

    .gform_wrapper li, .gform_wrapper form li {
        list-style-type:circle !important;
        overflow:visible !important;
    }
    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  3. Changing the 'overflow: hidden' to 'overflow: visible' did the trick! Many thanks.

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  4. Where is the .css file that holds the gravity forms CSS?

    EDIT: NEVERMIND, I found it in the plugin directory.

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink
  5. Gravity Forms CSS comes from wp-content/plugins/gravityforms/css/forms.css

    But we don't recommend editing that file directly. Any changes you make will be overwritten by upgrades. We recommend placing CSS in your theme stylesheet and using CSS inheritance to style things.

    Posted 13 years ago on Tuesday August 31, 2010 | Permalink