• Resolved jignacioroldan

    (@jignacioroldan)


    Hi there again!
    I want to change the color of the right/wrong icons, both to white color. It is possible to do it in CSS?

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter jignacioroldan

    (@jignacioroldan)

    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.

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

The topic ‘Right/Wrong Icons Color changing’ is closed to new replies.