question colour
hi,
Thank you for this amazing plugin
but i want to bold my question and also color it but there is no option please help me with better solution.
Hi lokesh,
HD Quiz inherits the fonts and colours from your theme. You will need to add some CSS to your site in order to change. You can either edit your theme’s stylesheet directly, or use WordPress’ Cusomizer (Appearance -> Customize -> Advanced CSS) to add the folowing.
h3.hdq_question_heading { font-weight: bold !important; color: #000000 !important; }
The above will set the question titles to bold (as long as whatever font you are using has a bold variant), and will set the color to black, hex code #000000. Change #000000 to the hex value for whatever colour you want (you can google hex color charts for help).
You can also consider the Quiz Styler addon to be able to design and customize almost all aspects of your quizzes
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.