Hello,
Open "Advanced" tab on "ARI Stream Quiz -> Settings" page and populate "Custom CSS styles" parameter with the following value:
Code: |
/* progress bar */
BODY .asq-theme.asq-theme-buzzfeed .quiz-progress-bar {
background: yellow; /* background of uncompleted part */
}
BODY .asq-theme.asq-theme-buzzfeed .quiz-progress-bar:after {
color:red; /* text color */
background: blue; /* background color */
}
/* Highlight of correct answer */
BODY .asq-theme.asq-theme-buzzfeed .quiz-question-answer-correct {
background: blue !important;
}
/* Highlight of wrong answer */
BODY .asq-theme.asq-theme-buzzfeed .quiz-question-answer-wrong {
background: orange !important;
}
|
Could you specify button(s) for which you want to change color?
Regards,
ARI Soft