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.

[Resolved] Lines Between Sections on Website

  1. Anonymous
    Unregistered

    @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

    Posted 14 years ago on Wednesday December 15, 2010 | Permalink
  2. 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

    Posted 14 years ago on Wednesday December 15, 2010 | Permalink
  3. Anonymous
    Unregistered

    @Kevin~

    That was my next question, thanks a ton.

    Z

    P.S. How do I mark this thread solved?

    Posted 14 years ago on Friday December 17, 2010 | Permalink
  4. 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.

    Posted 14 years ago on Friday December 17, 2010 | Permalink

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