• Resolved mrwaters

    (@mrwaters)


    Hi.
    “Question font size” custom styling field is not listening to the numerical number given.
    The plugin keeps making the questions an H2 and very large style. The question text is too big and putting a lower font size, it still doesn’t like it.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi Dear @mrwaters ,

    Thank you for the topic.

    Please note that the Question font size option works only with a <p> tag. Either change those <h2> to <p> or use the Custom CSS written above.

    Please copy the following CSS and paste it into the Custom CSS field of the given quiz. ( Quiz Maker → Quizzes → the given quiz → Styles tab → Custom CSS) Please note to change the YOUR_QUIZ_ID to the given quiz ID of yours, for instance, 3. (do not delete the space after it)
    You can change the 16px given value to your preferred size.

    
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays_quiz_question h2 {
    font-size: 16px;
    }
    

    Please do not forget to delete the website’s caches after making the changes.

    Thank you.

    Thread Starter mrwaters

    (@mrwaters)

    Thanks. That solved it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question font size not working’ is closed to new replies.