---
title: Can I change the font size of the multiple-choice question answers? | Paperform Help Center | Paperform
description: It is not possible to change the font size of Multiple Choice options without using custom CSS. Custom CSS is available only on specific pricing plans.
url: "https://paperform.co/help/articles/can-i-change-the-font-of-the-multiple-choice-question-answers"
type: static
generatedAt: "2026-04-04T00:42:00.891Z"
---

Can I change the font size of the multiple-choice question answers?
### Appearance & Theming

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](https://paperform.co/pricing/) can change the font size of Multiple Choice options using [custom CSS](https://paperform.co/help/articles/custom-css/). Custom CSS is configured under Theme & Appearance → Custom CSS.

Generally, this CSS will look something like this:

```
.Choices__label {
    font-size: 18px;
}
```

### Related Articles
  [Can I update the answer text font color?  You can change the font color of typed answers under Theme → Typography → Answers.](/help/articles/can-i-make-active-color-of-answer-text-different-from-the-active-color-of-question-selection/)
[What can I do with custom CSS?  Custom CSS provides fine-grained control over the styling on the page, including spacing, alignment, positioning, and lots more!](/help/articles/custom-css/)
[Custom CSS Selectors  You can customize most items using Custom CSS, which is available on specific pricing plans.](/help/articles/custom-css-class-names/)