I am getting bullets appearing on the left of each form section. Is there a way to stop that from happening?
You can see what I mean here:
http://inhampshire.net/contact
I am getting bullets appearing on the left of each form section. Is there a way to stop that from happening?
You can see what I mean here:
http://inhampshire.net/contact
Your default style.css is adding a background image to all li items. To override this, add this to the bottom of your theme's style.css:
.gform_wrapper ul li {background-image: none;}
The source of that advice:
http://forum.gravityhelp.com/topic/styling-with-css-classremove-bullets
Thanks, that'll be much better. I should have known that as I designed it, but don't really know what I'm doing :o)