Plugin Support
Jasmine
(@hyenokian)
Dear @jignacioroldan,
Thank you for your topic.
My apologies for the late reply – weekends are non-working days for us.
Please, find the CSS code below.
You will need to add it in the Custom CSS field.
For adding it to the Custom CSS Field, please go to the Quizzes page > particular quiz > Styles tab > Custom CSS.
See the screenshot: https://ibb.co/28Fw0bM
Add the particular Quiz ID in the YOUR_QUIZ_ID, for example, you can change it into 3, in case your Quiz ID is 3 (div#ays-quiz-container-3)
CSS Code:
div#ays-quiz-container-YOUR_QUIZ_ID .ays-field input~label.answered.wrong:after,
div#ays-quiz-container-YOUR_QUIZ_ID .ays-field input~label.answered.correct:after {
filter: brightness(0) invert(1);
}
Please, check and let us know about the outcome.
Thank you.
Thanks for your support!
Worked perfectly!.
Plugin Support
Jasmine
(@hyenokian)
Dear @jignacioroldan,
Thank you for your reply.
Glad to hear that the CSS code we have provided you with was of help to you to achieve your desired result.
In case of any further questions, feel free to open a new topic. Our customer care specialists are always ready to help you.
Thank you.