Hi Zaipo,
Thanks for your message. I will be happy to help.
Usually the default font-family for the quiz is sans-serif. You can use some custom CSS to change the text elements of the quiz to the font-family you want.
For the dimensions, please let me know the specific font you want to change the size for.
You can add some custom CSS. Have you experienced doing this? If not, you can use a guide like this.
Copy and paste this code below into the field and click Save. Instead of “Fantasy”, enter your own desired font family.
div.fca_qc_quiz p.fca_qc_quiz_title
{
font-family: fantasy !important;
font-size: 65px!important;
}
div.fca_qc_quiz .fca_qc_quiz_description
{
font-family: fantasy;
}
To change the questions and answers –
.fca-qc-flipper div
{
font-family: fantasy;
}
To change the “NEXT” button –
div.fca_qc_quiz button.fca_qc_next_question
{
{font-family: fantasy;
}
Then let me know how it goes. If it does not work, leave it in place, so I can inspect it further, and get back to me with a link to your quiz.
If you need more places changed, please provide me with a link to your quiz and let me know which further parts of the quiz you would like to have the font-family/size changed.
Looking forward to hearing back from you.
All the best.