Field inset color removal

  • remraf
    Asked on February 27, 2015 at 6:18 PM

    I'm in the process of building my first form.  I mostly have the details I'd like but I'd like to remove the white inset border on the name field but have been unable to do so.  I attached a screenshot in addition to the url for the form.

     

    I'm also somewhat confused by some of the help answers I've seen here.  Most of them mention injecting CSS code via the preference pop up in the form builder windows vs the designer.  I've been using the designer as I find it easier.

    Thanks!

    Jotform Thread 524266 Screenshot
  • jonathan
    Replied on February 27, 2015 at 7:37 PM

    Did you meant it to be look like this

    Field inset color removal Image 1 Screenshot 20

    adding this CSS code will have that result.

     

    .form-textbox {

    border: 0px !important;

    box-shadow: none !important;

     }

    Try adding this CSS code on your form and check the results.

    --

    I'm also somewhat confused by some of the help answers I've seen here.  Most of them mention injecting CSS code via the preference pop up in the form builder 

    That was the old procedure when there was no Form Designer yet.

    user guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

     

    Hope this help. Let us know if you need further assistance.

    Thanks.