• Resolved casket21

    (@casket21)


    HI there,
    Great quiz plugin thanks but I’m just having a couple of problems. I’ve tried to add custom CSS for the following 2 issues but I’ve obviously not written it correctly as it’s not having the required effect, so I’d really appreciate any assistance you can offer with the following:-

    1) I’d like to change the background colour of the timer to #f5cb24 as it’s really hard to see in grey
    2) Where I have a question with multiple answers the ticks are showing white and the background of the tickbox is also white so they can’t be seen. I’d like the ticks to be #000033 if that’s possible

    Many thanks in advance for any help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @casket21,

    Please add the below-given custom CSS code in the additional CSS section of WordPress customizer and then clear the cache and then check.

    .mlw_qmn_timer {
    background: #f5cb24 !important;
    }

    input[type=checkbox]:checked:before {
    color: #000033 !important;
    }

    Kind regards,
    Sumit

    Thread Starter casket21

    (@casket21)

    Great thanks – that’s worked perfectly but it’s now changed the “Next/previous” button colour back to the original and the CSS that I had in for that button no longer seems to work. Is this correct?

    .qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    background: #000033 !important;
    }

    Many thanks again for you speedy assistance – much appreciated.
    Kind Regards

    Hi @casket21

    Yes, that is the correct CSS code. Please let me know if you need more help.

    Regards,
    Sumit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox and timer colours’ is closed to new replies.