• Please how can I adjust the font size of the questions in quiz and also adjust the size of radio buttons in the answers section.

Viewing 1 replies (of 1 total)
  • Hi there,

    Welcome to QSm Support forum. Hope you are having a great day.

    Please use the following CSS:

    // To increase the font size of questions
    .quiz_section {
        font-size: 20px !important;
    }
    // To increase the size of radio buttons
    input[type="radio"]{
    	height: 16px;
        width: 16px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to adjust font size of questions in quiz’ is closed to new replies.