@GF Gurus~
On my website, the GF Plugin is defaulting and adding lines in between each content box. Can anyone help me with this?
My website is http://orthodoxdaily.com/contact
Thanks again,
Z
@GF Gurus~
On my website, the GF Plugin is defaulting and adding lines in between each content box. Can anyone help me with this?
My website is http://orthodoxdaily.com/contact
Thanks again,
Z
Gravity Forms isn't adding anything, your form is simply inheriting styles from your theme. Line 286 of your theme's style.css file sets a bottom border on all list items <li >. It's also inheriting a bullet background image. You can override this by appending a small snippet of CSS to the end of your theme's stylesheet.
body .gform_wrapper ul li.gfield {border:none; background-image:none}
test screenshot: http://grab.by/7UvI
@Kevin~
That was my next question, thanks a ton.
Z
P.S. How do I mark this thread solved?
Glad that worked for you. At the moment, there's no way for you to mark it as resolved - I'll see if we can add that somewhere actually. I'll mark it resolved for now. Thanks.