What do you need help with?

Set a specific font size to the entire questionnaire

< 1 min read

AI Doc Summarizer AI Summary

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:<span style="color: #ff0000;">12px</span> !important;}
</style>
CSS script - font size

What are your feelings
Table of contents