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.

Remove the full line below the form item

  1. Hi, I purchased your great plugin. But I hope you can help me with this because I have no idea where to search...

    This is my contact page: http://www.360vt.be/wp/?page_id=762

    How can I remove the full horizontal line that appears below each form field item?

    Thank for the help,
    Yvan.

    Posted 14 years ago on Wednesday January 5, 2011 | Permalink
  2. The issue is your themes stylesheet is adding a border to every UL, OL and List Item.

    Add this to the end of your themes stylesheet (/wp-content/themes/cleancut/css/style4.css):

    .gform_wrapper ul li {border-bottom: 0;}
    .gform_wrapper ul {border-top: 0;}
    Posted 14 years ago on Wednesday January 5, 2011 | Permalink
  3. Great! it worked.
    Thank you for your very fast reply. Super support !

    Posted 14 years ago on Wednesday January 5, 2011 | Permalink