1. How to change the text’s color of the results (now i…
closed
- How to change the text’s color of the results (now it’s white on white)
This thread has been imported from harmonicdesign.ca/hd-quiz/
Hi Robert,
your theme is probably overriding heading colours to white 🙁
You can add the following CSS to your site to force it to be the colour you want (I am setting it to black here).
.hdq_results_title, .hdq_results_inner {color: #000000 !important}
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.