gsbohn
Member
Posted 6 months ago #
I have been able to increase the font size for quiz responses and quizCount. The question is still too small for easy reading. Where can I increase that?
Also can the question be given a color?
I love your quiz program, my only suggestion would be to have the response messages for correct and incorrect to be optional.
Thanks.
http://wordpress.org/extend/plugins/slickquiz/
jewlofthelotus
Member
Plugin Author
Posted 6 months ago #
@gsbohn - You'll have to stylize the questions via your theme's style.css file. Towards the bottom, you can add something like the following:
.slickQuizWrapper .question h3 {font-size: 16px; color: blue;}
As for the optional correct and incorrect response messaging, that is actually a new feature as of version 1.0.17! If you're using that version of the plugin (or a newer one), there is now an option on the SlickQuiz Options page to "Disable correct / incorrect response messaging entirely."
Hope that helps! Let me know if you need anything else!
gsbohn
Member
Posted 6 months ago #
Fantastic
All is working great.
Thank you.