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 list-style image

  1. I'm using 1.5 beta so maybe it's related. I tried the following code to try and remove the list-style image my Theme is applying, but the little buggers won't go away.

    .gform_body li {
    background-image: none !important;
    }
    
    .gform_wrapper ul.gform_fields {margin:0!important; padding:0!important}
    .gform_wrapper ul.gform_fields li.gfield {
        margin-left:0!important;
        padding-left:0!important;
        background-image: none !important;
    
    .gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}

    http://clickheredevelopment.com/changeyegroup/patient-forms/#gf_2

    Posted 13 years ago on Friday November 19, 2010 | Permalink
  2. Nah, It has nothing to do with the new version.

    Try adding this to your stylesheet.

    body .gform_wrapper ul {list-style: none!important}
    body .gform_wrapper ul li {list-style-image:none!important}

    See how that works.

    Posted 13 years ago on Friday November 19, 2010 | Permalink
  3. Kevin,

    That fixed the problem. Thanks. I did have one other question. I was looking for how you switch between check box and radio buttons and couldn't find anything in the settings that would let me do that.

    Then I was going through the documentation and noticed that there is supposed to be a menu option where you can choose between check box or radio button. But it's missing from the version 1.5 beta that I'm using.

    Am I missing something, or was it missed in the beta?

    Posted 13 years ago on Tuesday November 23, 2010 | Permalink
  4. You aren't missing anything. This feature was removed in later releases due to issues it caused in changing the field type. The field type can't be changed once it is created.

    Posted 13 years ago on Tuesday November 23, 2010 | Permalink
  5. Carl,

    You said that the field type can't be changed once it's created. But I don't see where I have the option to select field type. Right now there is a selection called check boxes. There isn't any option called radio buttons. In the form that I've created, some of my check boxes appear as check boxes and some as radio buttons. I'm not seeing where this choice is being made or how I can control it.

    Emilio

    Posted 13 years ago on Tuesday November 23, 2010 | Permalink
  6. Radio buttons are referred to as a Multiple Choice field. See this screenshot:

    http://grab.by/7xYs

    If you have a field that is appearing as radio buttons then that is a Multiple Choice field. You would have had to add that field to your form.

    Posted 13 years ago on Tuesday November 23, 2010 | Permalink