How to remove the background color form input table?

  • Alumco
    Asked on June 16, 2020 at 11:56 PM

    Hi. A couple of questions please:

    1. the tables in this form Under headers Windows Doors Entrance Doors) - how do we amend these so grey background isn't showing? Have tried the advanced editor but can't see where to change?

    2. Rather than directing people to website as in screenshot (https://www.firstwindows.co.nz/configuration/1/aluminium-awning-and-casement-smaller-fanlight-type-window-useful-for-simple-ventilation) to view all the configurations so that the person has to then come back to this form to select from dropdown options - it would be ideal to show them the images here on this form.

    The web link shown above already directs them to an image slider - is there anyway to add coding so this image slider also shows on this page or do we need to add a widget image slider and import all the images individually?

    Or should we be using the Product Form and make them all 0.00$ or ?

    Many thanks

    Lizize


    Page URL:
    https://www.jotform.com/build/201668362993870

    Jotform Thread 2393691 Screenshot
  • Ashwin JotForm Support
    Replied on June 17, 2020 at 3:02 AM

    #1. Please inject the following custom CSS code in your form to remove the background color of input table field: 

    .form-matrix-row-headers, .form-matrix-column-headers {

        background-color: transparent !important;

    }

    .form-matrix-table tr:nth-child(2n) {

        background-color: transparent !important;

    }

    .form-matrix-values {

        background: transparent !important;

    }

    The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions. 

  • Ashwin JotForm Support
    Replied on June 17, 2020 at 3:07 AM

    I have moved your second question to a new thread so that we can address it separately. You will be answered in the following thread: https://www.jotform.com/answers/2393898