Hi there, Thanks for the plugging which I think could be …

closed

Hi there, Thanks for the plugging which I think could be great. I followed your steps but I have an issue. When I try to load the questionnaire on my site I just have a dull/boring “Start your Quick” on a Black background. I am trying to remove the black background to make it more interactive but I find it impossible even with Elementor. How do you get rid of this black background? Thanks
Jimmy

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

August 25, 2020 at 6:34amjimmy

Hi Jimmy,
CSS to the rescue! You can customize the HD Quiz buttons (so the start timer, next, and finish buttons) byt editing the CSS class hdq_button.

So for example, if you added the following CSS to your theme’s style.css file, the button backgrounds would turn red and the text whote.

.hdq_button {
    background: red !important;
    color: white !important;
}
28 August 2020 — 12:20support admin Dylan

Thank you Dylan for your reply. I will try your suggestion and let you know how it went. Hope it will work.

Thanks again,

Jimmy

Don’t add it to the page. Edit your theme (appearance -> theme editor) and add the code to the very bottom of style.css file. Also don’t forget to clear your caches to make sure you see the changes. Your theme might also have a way to add custom CSS from appearance -> customize

28 August 2020 — 18:50support admin Dylan

Hi there Dylan. Yeah I figured out the way with my customising function. With regard to your score set-up, do you have a way to have a multi layered scoring system. For example if people score below 25% they fit category 1, 25-50 category 2, and so on?
Thanks Jimmy

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.