How to change the font size of Matrix Dinamique text?

  • GinaW41hl
    Asked on April 14, 2017 at 3:20 PM

    Hi, can you tell me how to change the size of the font for the saved user input in the Matrix Dynamique widget? At the moment answers displayed after they Save and Add Row are very small. I want about 14 or 16pt and #ffffff . Thanks for your help.

  • Nik_C
    Replied on April 14, 2017 at 4:44 PM

    I assume you're referring to this text:

    How to change the font size of Matrix Dinamique text? Image 1 Screenshot 20

    To increase the text size, please copy and paste the below CSS in your Custom CSS field:

    .col {
        font-size: 20px;
    }
     
    Please check and let us know if you have any further questions.
     
    Thank you!
  • GinaW41hl
    Replied on April 15, 2017 at 7:42 AM

    Hi Nik, yes, that's the one - thank you!