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.

cannot get rid of bullet points

  1. hi guys,

    I have been trying to figure out the styling options to remove the bullet points from my form items but cannot figure it out. The form link is http://certitudeglobal.com.au/event-registration

    any help would be greatly appreciated

    Cheers,

    Pete

    Posted 12 years ago on Friday July 8, 2011 | Permalink
  2. Did you check the FAQ and try the solution offered there?

    http://www.gravityhelp.com/frequently-asked-questions/

    [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
    }

    it worked in my test - screenshot: http://bit.ly/r0KXD7

    Posted 12 years ago on Friday July 8, 2011 | Permalink