• Resolved xyzBrian123

    (@xyzbrian123)


    I would like to make the text larger in every part of the quiz: questions, answers, explanations, and results. Is there additional CSS for this and can you tell me what it is? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    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.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi XyzBrian123,

    I hope all is well.

    I am going to mark this as “resolved” but if you have any more issues, feel free to reach out to us again, and we will be happy to assist.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Size’ is closed to new replies.