change text color in the table

  • TheActivators
    Asked on August 28, 2017 at 11:12 AM

    hi

    I have 2 questions in order to finish the form I'm currently working on.

    - I have added a table in my form. However, the text inside the table is the same as all the text the form (white) and that affects the readability of the text. How can I change the style elements of the table?

     

    - Is t possible to have sections added by the user of the form. F.ex. a resume where you add a section for your experience in function of the needs.

     

    Many thanks for your reply!

     

    Kind regards

    Caroline

     

     

     

     

  • Marvih
    Replied on August 28, 2017 at 11:58 AM

    Hi Caroline,

    To change the text color kindly put the following code below into your CSS

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

        color: black;

        background: #094C59;

    }


    or this one

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

        color: black;

        background: white;

     

    }

    change text color in the table Image 1 Screenshot 20