• Is there CSS code available to increase the font size in all quizzes? For example, the sort elements, multiple choice etc? Thanks

Viewing 1 replies (of 1 total)
  • Hi @nb1999

    You can use this code for changing your font size in all quizzes

    .wpAdvQuiz_questionListItem label {
    
        font-size: 22px !important;
    }

    Change ( 22px ) to other number if you want a different size

Viewing 1 replies (of 1 total)
  • The topic ‘Increase font size in quiz’ is closed to new replies.