Numbers in the spinner are barely visible

  • afckredieten
    Asked on November 9, 2015 at 3:21 PM
    But, another question you see that the number in the spinner is barely visible, how can i resolve that?
  • BJoanna
    Replied on November 9, 2015 at 3:40 PM

    You can resolve this issue by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-spinner input {

    padding : 0px !important;

    }

    Numbers in the spinner are barely visible Image 1 Screenshot 30

    After adding this code your form will look like this.

    Numbers in the spinner are barely visible Image 2 Screenshot 41

    Here is my demo form: https://form.jotform.com/53125582342956? 

    Feel free to clone it

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