Hi Mrsz,
Please check below given points regarding your issues.
Q1. Regarding the progress bar color.
Ans: For changing progress bar color, you can change color code in file wp-content/plugins/quiz-master-next/js/qsm-quiz.js Line number 307 and 1220 and then check hope your issue will get resolved.
Q2. Regarding the progress bar text.
Ans: Please add the below-given CSS code in the additional CSS section of WordPress customizer and then check.
.progressbar-text{
color: #9982D0 !important;
}
Q3.next/previous/submit buttons color from the blue you have to 9982d0?
Ans: Please add the below-given CSS code in the additional CSS section of WordPress customizer and then check.
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
background: #9982D0 !important;
}
Do let me know if you still face the issue.
Regards,
Sumit