Dear @alautar,
Thank?you for the topic.
As to the first point, the option we have created refers to only the <p> tag of the question.
See the screenshot: https://ibb.co/Bz4R3jY
We have checked this case and noticed that you have inserted the <span> tag, which is why the CSS code didn’t work for you.
As to the Description, at the moment, this feature is not available for the Description of the quiz.?
I have passed your request to our Development Team, and, though, generally, we don’t provide this kind of support, they have created a new CSS code to achieve your desired result.
Please take these CSS codes and insert them into the Quizzes > particular quiz > Styles tab > Custom CSS option.?
The first CSS code refers to the Description, the second one refers to the question.
?
Then, replace?YOUR_QUIZ_ID?with the corresponding Quiz ID (e.g. 5, like this?div#ays-quiz-container-5).?
Do not delete the space after it.
Do not forget to clear the cache afterward.
We just wrote the values as an example, so you can change them to your desired value.?
div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays-fs-subtitle * {
font-size: 14px;
}
div#ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question * {
font-size: 30px;
}
By the way,?I would recommend you install the?TinyMCE?Advanced?plugin.
The plugin will add different tools to the WP Editor to help you achieve your desired result. So, you can change the font size of the texts via it.?
See the screenshot: https://ibb.co/p2Jrqzn
See the plugin link:?https://www.ads-software.com/plugins/tinymce-advanced/
Please check this and let us know about the outcome.?
Thank you.