How can I use my own CSS for a matrix?

  • doktorw
    Asked on February 5, 2017 at 6:38 AM

    How can I use my own CSS for a matrix?

    Can I use different CSS for different matrixes?

  • Welvin Support Team Lead
    Replied on February 5, 2017 at 12:49 PM

    Yes, you can do both. 

    For applying a custom CSS codes for a specific matrix, you just need to find its ID and append it. Example:

    Your form: https://www.jotform.com/70321629339355.

    Under "Ihre Einschätzungen zum Konflikt" collapse. Matrix field labeled as "Fragen zum Konflikt". Its field ID is id_27 so you should do it like:

    For the column headers:

    #id_27 .form-matrix-column-headers {

    Style here

      }

    For the matrix values:

    #id_27 .form-matrix-values {

    Style here

    }

     

    Would you mind letting us know how you would like to style the matrix fields? This way, we can help you with the codes.