Spinner Box Border Removal

  • snaplash
    Asked on February 17, 2016 at 1:02 PM

    Hi Guys,

    Thank you for all your help today. To remove both of these borders I have tried

    .form-spinner:focus {outline : none !important;}

    but it didnt work. How can I remove both of these borders?

    Spinner Box Border Removal Image 1 Screenshot 30\

    Spinner Box Border Removal Image 2 Screenshot 41

     

    https://form.jotform.com/60473828499976

  • Nik_C
    Replied on February 17, 2016 at 4:58 PM

    Hi,

    To remove gray border you need to add this css to your form. This will also remove blue outline.

    .form-spinner{

    border:none !important;

    }

    Please let me know if this works for you.

    Best regards.