How far is the option to change, fontsize and color?
How far is the option to change, fontsize and color?
This thread has been imported from harmonicdesign.ca/hd-quiz/
Hi Josh,
a “quiz designer” will be introduced in the next major release – but that is months away.
For now, the easiest way to custom style your quizzes is by adding some simple CSS to your theme’s style.css
file
To change the question size and colour
.h3.hdq_question_heading { font-size: 22px !important; color: #000000 !important; }
To change the answer size and colour
.hdq_label_answer { font-size: 22px !important; color: #000000 !important; }
If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.
This thread has either been marked as complete or has been automatically closed due to inactivity.