Title: Checkbox and timer colours
Last modified: August 29, 2022

---

# Checkbox and timer colours

 *  Resolved [casket21](https://wordpress.org/support/users/casket21/)
 * (@casket21)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/checkbox-and-timer-colours/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcheckbox-and-timer-colours%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [sumitsanadhya](https://wordpress.org/support/users/sumitsanadhya/)
 * (@sumitsanadhya)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/checkbox-and-timer-colours/#post-15962483)
 * Hi [@casket21](https://wordpress.org/support/users/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](https://wordpress.org/support/users/casket21/)
 * (@casket21)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/checkbox-and-timer-colours/#post-15962701)
 * 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
 *  [sumitsanadhya](https://wordpress.org/support/users/sumitsanadhya/)
 * (@sumitsanadhya)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/checkbox-and-timer-colours/#post-15964445)
 * Hi [@casket21](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/quiz-master-next/assets/icon-128x128.png?rev=3158087)
 * [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker](https://wordpress.org/plugins/quiz-master-next/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-master-next/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-master-next/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-master-next/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-master-next/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-master-next/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [sumitsanadhya](https://wordpress.org/support/users/sumitsanadhya/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/checkbox-and-timer-colours/#post-15964445)
 * Status: resolved