How can I make the font bigger on the questions in the table?

  • HCPPolicyGovernance
    Asked on August 29, 2019 at 2:17 PM

    How can I make the font bigger on the questions in the table? Would another format work better? URL is shown below.

  • John_Benson
    Replied on August 29, 2019 at 3:21 PM

    You can insert this custom CSS in order to increase the font size in the Input Table:

    .form-matrix-table {
    font-size: 16px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    1567106061inputtablesize Screenshot 10

    Hope that helps. Let me know if there's anything else I can help you with.