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.

Where to put CSS for taking bullets out of forms...

  1. TWrightGF
    Member

    Hi. FAQ says put this code in to Style Sheet to remove bullets....

    [css]
    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
        list-style-type:none!important;
        list-style-image:none!important;
        list-style:none!important;
        background-image:none!important;
        background:none!important;
        padding:0!important;
        margin:0!important
    }

    I am not much for making mods to CSS so far...question, do I just put this code at the end of the style sheet, or is there some preferred place, thanks.

    Posted 12 years ago on Thursday December 22, 2011 | Permalink
  2. kyle
    Member

    The end of your stylesheet (style.css) should be fine. You don't want the line numbers in there, though, so take them out.

    Posted 12 years ago on Thursday December 22, 2011 | Permalink
  3. To add to what @kyle has said above, you would add this CSS to the end of your THEMES stylesheet, which is typically style.css in your theme folder.

    Posted 12 years ago on Thursday December 22, 2011 | Permalink
  4. I have added the following code to my site but it did not help to get rid of the bullets on all my forms...and I need to be careful because I still want bullets available for posts and page content:

    [css]
    body .gform_wrapper form .gform_body ul,
    02	body .gform_wrapper form .gform_body ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    background-image: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
    }

    Any suggestions? My site is: http://www.lifewestrugby.com/bypass

    Posted 11 years ago on Monday December 31, 2012 | Permalink
  5. I got a "no results found" error for that URL. Can you please post a URL to the page on your site where the form is on display? Thank you.

    Posted 11 years ago on Tuesday January 1, 2013 | Permalink