Hi! You’re almost there. To change the font size of the questions in your quiz, your CSS code is correct if .qsm-quiz-container targets the question text. If it doesn’t work, you may need to target a more specific class or element.
Here’s an updated example:
css
Copy
Edit
.qsm-question-text {
font-size: 25px;
font-style: italic;
color: blue;
font-family: ‘YourChosenFont’, sans-serif;
}
To make your quiz more visually appealing, check out FreeDafonts to download free fonts and apply custom styles that match your theme. Just be sure to import the font in your CSS!