Spinner numbers are faded

  • jwfieren
    Asked on May 16, 2016 at 11:33 AM

    When using the arrows up or down to increase or decrease the required input in a spinner, I cannot see the number. 

     

  • Jan
    Replied on May 16, 2016 at 1:12 PM

    Please insert this custom CSS code to change the color of the number inside the spinner.

    .form-spinner-input {
    color : #000000;
    }

    Here's a guide on how to inject CSS on the form: How-to-Inject-Custom-CSS-Codes

    Let us know if you have any questions. Thank you.