Styling all inputs with one css

  • Quber
    Asked on February 4, 2020 at 6:26 PM

    it's really tedious to add css for each input on a separate line, is it possible to at rounded border radius to all input with one code?

  • Girish JotForm Support
    Replied on February 4, 2020 at 8:22 PM

    It's possible to add a single custom CSS for similar field types to adjust border radius. Could you also let us know where you want to implement this so that we can check the possibility?

  • Jacob Fanio
    Replied on February 4, 2020 at 8:25 PM
  • Girish JotForm Support
    Replied on February 4, 2020 at 9:35 PM

    Please use this CSS code instead of the existing one that you have added in the form:

    .form-textbox{

    border-radius: 8px!important;

    }

    Result:

    15808700760502 10 Screenshot 10

    Let us know if this works for you.