They are to the left of the fields in the widget form. They do not appear in the other form on the page. Is there a way to get rid of them?
They are to the left of the fields in the widget form. They do not appear in the other form on the page. Is there a way to get rid of them?
Those are bullet images being applied by your theme. You'll need to override those styles by placing this rule at the bottom of your theme stylesheet.
.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}
Perfect! Thank you very much. And can I just say, this is a fantastic plug-in! So thank you for that too!
Great, glad that fixed it up for you. Thanks too for the kind words. We appreciate it.