Set a specific font size to the entire questionnaire

This script sets a specific font size for the entire questionnaire.

Instructions

Copy the script below in the global script editor you find in “Settings” > “Advanced” > “Edit script”.

In the example the font size is set to 12px (in red in the script below). You can change the size of the font by editing this value in the script.

<style>
.question-text-style,
.column-text-style,
.response-text-style,
.single-question-responses label,
.grid-question-table,
.question,
.slickText
{font-size:12px !important;}
</style>

CSS script - font size

Leave A Comment?