Hello thanks,
I looked at the post you sent me and typed in this command.
/* Highlight of correct answer */
BODY .asq-theme.asq-theme-buzzfeed .quiz-question-answer-correct {
background: #92BBF7 !important;
text color*/#92BBF7 !important;
}
/* Highlight of wrong answer */
BODY .asq-theme.asq-theme-buzzfeed .quiz-question-answer-wrong {
background: #0049FF !important;
text color*/#0049FF !important;
}
I have managed to change the color of the background buttons, but the text for the correct and wrong answers are still showing green and red. I have attached an image of the quiz for you to see in detail.
Thanks.