How can I change the font color of the quiz?
How can I change the font color of the quiz?
This thread has been imported from harmonicdesign.ca/hd-quiz/
Hi Akshay,HD QUIZ uses your site’s CSS file to auto design itself. This works for 99% of users, but every once in a while we get a curve ball such as your site.
please add the following to your site’s CSS file.
#hdQuestionnaireContent .question h3 {color:#000 !important;}
This will make those headings black. Change color:#000 with what ever colour hex code you would like. You can use this site to help you select a colour: http://htmlcolorcodes.com/
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.