Connect with over 2,000 popular apps and software to improve productivity and automate workflows
It is not possible to change the font size of Multiple Choice options. This is done to ensure the form remains usable and the options remain legible.
However, users on specific pricing plans can change the font size of Multiple Choice options using custom CSS.
Custom CSS is configured under Theme → UI Elements → Custom CSS.
Generally, this CSS will look something like this:
.Choices__label { font-size: 18px; }