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 still showing, even with the css correction suggested in th eFAQ

  1. ckworld
    Member

    I put: the next css in my theme css. The bullets ares still showing !!

    [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;
        border: none !important
    }

    Look at:

    http://www.erikemmers.be/contactformulier/

    Posted 12 years ago on Tuesday October 2, 2012 | Permalink
  2. ckworld
    Member

    Solved:
    Put: this in

    [css]
    body .gform_wrapper form .gform_body ul li:before {
    	   content: none;
    	}
    Posted 12 years ago on Tuesday October 2, 2012 | Permalink
  3. Glad you were able to sort it out. Thanks for posting your solution.

    Posted 12 years ago on Tuesday October 2, 2012 | Permalink

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