What is the CSS code to make the number in the "quantity" box darker?

  • Gloria Charland
    Asked on January 18, 2022 at 11:04 AM

    What is the CSS code to make the number in the "quantity" box darker? I found this on your support page, but it didn't work.
    #input_7_quantity_1000_0 {color: black !important;}

  • Marco JotForm Support
    Replied on January 18, 2022 at 2:10 PM

    Hello there,

    Thanks for reaching out to us.

    As far as I can understand, if you'd like your form to appear in this way:

    1642532973 61e7106dab811  Screenshot 10

    You can inject the following CSS code into your form:

    .form-dropdown {
      color: #000 !important;
    }

    .form-dropdown.is-active {
      background-color: #fff !important;
    }


    Let us know if you need any further assistance,

    Regards