HD Quiz

Need to send invoices?
Check out my new WordPress plugin HDInvoice
Limited time launch sale

How far is the option to change, fontsize and color?

Published: May 29, 2020
Support status: closed

How far is the option to change, fontsize and color?

This thread has been imported from harmonicdesign.ca/hd-quiz/

thread author: Anders Björkman

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;
}
29 May 2020 — 10:53 support admin - Dylan

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.