Can I remove the blue border around text box and dropdown menu

  • woolalaa
    Asked on October 9, 2014 at 4:07 PM

    2) Can I remove the blue border around the dropdown menu?

    The blue border is also present for other fields.

    These blue borders only appear when the cursor is in the field itself.

     

    http://form.jotform.me/form/42815639855467

  • Mike_T Jotform Support
    Replied on October 9, 2014 at 6:15 PM

    Please try to inject the next CSS to remove the outline from the focused drop down.

    select:focus {
    outline: none;
    }

    Thank you.