Extra line underneath form

  • ronprosky
    Asked on June 29, 2017 at 11:37 PM
  • WilliamR
    Replied on June 30, 2017 at 1:15 AM

    It appears the green underline is added from your theme. I checked the direct URL of your form which is, https://form.jotformpro.com/71798682568175 and there's no green line underneath it.

    Can you check this one with your theme provider please? I can't seem to find the code to remove it. I already inspect the element and exhausted my resources here. But, could not find the solution to remove it.

    Anyway, if you have any other concerns, feel free to contact us anytime.

  • Kiran Support Team Lead
    Replied on July 2, 2017 at 5:08 PM

    I understand that you want to remove the border around the form. As I check your web page, it seems that you have removed the form from the page. Please try injecting the following CSS code to your form to remove the border.

    .form-all{

        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;

    }

    Hope this information helps!