Removing border color?

  • kauseway
    Asked on February 12, 2017 at 11:46 PM

    How do i get rid of the border color on these number fields:

     

    I tried this: border : none !important;  but it still shows a faint light blue border.

     

    https://www.dropbox.com/s/f6orsqvn7okkfbx/Screen%20Shot%202017-02-12%20at%2010.43.42%20PM.png?dl=0

     

    https://form.jotform.com/70379209481158

  • Charlie
    Replied on February 13, 2017 at 4:13 AM

    Try this one:

    #input_37, #input_68, #input_40, #input_43 {

      border: none !important;

      box-shadow: none !important

    }

    It should remove the thin border line that surrounds your number fields. I am not sure if that covers everything though. 

    Let us know if that works.