The font size can be updated for the row text in a flat Single or Multi Choice Grid using the script below.
Note: This script won't work for visual grid questions.
Detailed Steps
- Add a Single or Multi Choice Grid question (non-visual question type).
- Right-click on the question name in the questionnaire tree, and select Edit Scripts.
- Select the Style tab.
- Add the following script into the editor on the Style tab.
<!-- Script Name: How do I change the font size of the grid row text? To ensure your script works as expected, always copy the original script from the script library found in the support portal. Failure to use the most up to date script from the script library may cause unexpected results. --> <style> .ResponseGridTdLabelCol, .ResponseGridTdLabelColAlternate { font-size: 20px !important;} </style>
- You may change “20” according to your preferred size.
- Click Save.
- Validate and test your survey.
More Information
For more information, please see our WebHelp topic Grid.
Comments
0 comments
Article is closed for comments.