Viewing 1 replies (of 1 total)
  • In the Quiz Options, make sure you have Autostart set to Activate. Test to make sure the quiz is starting after page load.

    Then you can use CSS to hide the “Start Quiz” button:

    .wpProQuiz_content input[name="startQuiz"] { display:none; }

Viewing 1 replies (of 1 total)

The topic ‘How to hide start quiz button’ is closed to new replies.