adjust design of payment form selectors

  • gyangting
    Asked on August 21, 2014 at 5:34 AM

    Hi,

    In this form: https://secure.jotformpro.com/form/42315456458963

    I need to :

    - Make selectors for size, etc. of the same width

    - Put them on top of each other aligned to the left

    - Pu selector option text in grey (instead of black)

    Here's a screenshot of what I mean: http://screencast.com/t/v9zQErT63tTG

     

    Can you help ?

    Thanks,

    Guy

  • Ashwin JotForm Support
    Replied on August 21, 2014 at 8:39 AM

    Hello gyangting,

    Please inject the following custom css code in your form to make all the three options in same line and change the font color of dropdown texts to grey:

    .form-product-item {

    border: 1px solid #EFEFEF !important;

    margin: 10px !important;

    float: center !important;

    width: 100% !important;

    }

    #input_8_quantity_1001_0, #input_8_custom_1001_1, #input_8_custom_1001_2, #input_8_quantity_1002_0, #input_8_custom_1002_1, #input_8_custom_1002_2{

    color: grey !important;

    }

    The following guide should help you in injecting custom css code in your form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Do you want to change the width of "Quantité", "Taille" and "Couleur" to be of same width? 

    We will wait for your response.

    Thank you!