Hi xyzBrian123,
Thanks for reaching out to us. I will be happy to help.
You can try entering these different values into your chosen custom CSS field. You can try going in your WordPress admin panel and go to Appearance –> Customize –> Additional CSS
Then copy and paste the CSS below and hit Publish.
div.fca_qc_quiz p.fca_qc_quiz_title {
font-size: 50px !important;
}
div.fca_qc_quiz .fca_qc_quiz_description {
font-size: 25px;
}
#fca_qc_question {
font-size: 28px;
}
div.fca_qc_quiz span.fca_qc_answer_span {
font-size: 20px;
}
.fca_qc_quiz_footer {
font-size: 20px;
}
#fca_qc_question_right_or_wrong {
font-size: 25px;
}
#fca_qc_question_back {
font-size: 22px;
}
div.fca_qc_quiz p.fca_qc_back_response {
font-size: 18px;
}
#fca_qc_hint_p {
font-size: 20px;
}
.fca_qc_score_title {
font-size: 30px;
}
.fca_qc_score_desc {
font-size: 20px;
}
.fca_qc_score_text {
font-size: 18px;
}
Be careful with going too big on some fonts, as this would push the elements outside the background of the quiz.
I hope that helps. If there is anything else, feel free to get back to us.
All the best.