Change Color on Quantity

  • scany
    Asked on November 12, 2016 at 11:24 AM

    I can change the background/font colors on the text boxes, but can't seem to change the font color and background on the "Tickets" Quantity.  I need it to show the selected quantity (black font on white background).

    In the attached screenshot, I selected two tickets but it doesn't show properly due to font/color in the quantity box and I don't know how to change the font/color of the quantity box properly.

    Any help?

    Jotform Thread 988816 Screenshot
  • John_Benson
    Replied on November 13, 2016 at 4:51 AM

    You need to insert a custom CSS code to change the color or background of the quantity box. Here's the custom CSS code:

    #input_17_quantity_1001_0 { 

        background : transparent !important;

        color: white !important;

    Here's the guide: How-to-Inject-Custom-CSS-Codes. You can change the background (transparent) and font color (white) to your own preferences.

    Hope that helps. If you need anything else, please contact us again.