• Resolved Nauthiz616

    (@nauthiz616)


    I am trying to change the answer “select” and “hover” color to be different from the “next” button color. Is there a CSS code I can use for this? Thank you!

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

    (@hyenokian)

    Dear @nauthiz616,

    Thank you for the topic. 

    Our Development Team has created a new CSS code to achieve your desired result. 
    So, please take this Custom CSS code and insert it into the Quizzes > particular quiz > Styles tab > Custom CSS option.

    Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (e.g. 3, like this #ays-quiz-container-3 #ays_finish_quiz_3 .ays_next.action-button:hover). 

    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    #ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .ays_next.action-button:hover {
        color: red !important;
    }

    div#ays-quiz-container-YOUR_QUIZ_ID #ays_finish_quiz_YOUR_QUIZ_ID .ays_next.action-button:active {
        color: blue !important;
    }


    Please check this and let us know whether everything works fine or not for you now.

    Thank you.

    Thread Starter Nauthiz616

    (@nauthiz616)

    I used the following code

    #ays-quiz-container-2 #ays_finish_quiz_2 .ays_next.action-button:hover {
        color: #1DA88D !important;
    }
    div#ays-quiz-container-2 #ays_finish_quiz_2 .ays_next.action-button:active {
        color: #1DA88D !important;
    }

    cleared the cache but doesn’t seem changed. Still appears same color as button.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @nauthiz616,

    Thank you for your response.

    Please provide us with the link, where the given quiz is located so that I can pass your request to our Development Team for further investigation of this case.

    Thank you.

    Thread Starter Nauthiz616

    (@nauthiz616)

    Can you post an Email I can send the link to privately? Thank you!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @nauthiz616,

    Thank you for your reply.

    You can contact us via this email address: [email protected]

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    For other readers, please note that the customer contacted us via email and we have already provided a new CSS code to achieve the desired result.

    Thank you.

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

The topic ‘CSS code to change button color from answer color?’ is closed to new replies.