• Resolved jignacioroldan

    (@jignacioroldan)


    Hello there!
    I have tried many ways to change the color of the response/answer buttons at the bottom of the CSS section cause in my case, I always use the same responses.
    I would like to know what is the code that I must enter in CSS to be able to change the color of each button.

    It’s possible?
    Thank you very much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @jignacioroldan,

    Thank you for your topic.

    Please, add the below-mentioned CSS Code in the Custom CSS field.

    For that, please go to the Quizzes page > particular quiz > Styles tab > Custom CSS.

    See the screenshot:

    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)

    We have changed the colour to red, but you can change it into any colour you may wish.

    CSS Code:

    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID input#ays-submit,
    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .action-button,
    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .action-button.ays_restart_button {
    background-color: red !important;
    }

    Thank you.

    Thread Starter jignacioroldan

    (@jignacioroldan)

    Thank you for your answer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Answers buttons color changing’ is closed to new replies.