• Resolved mrsz

    (@mrsz)


    Hi, how do I change the percentage bar (for amount of quiz completed) and next/previous/submit buttons color from the blue you have to 9982d0? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • sumitsanadhya

    (@sumitsanadhya)

    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

    Thread Starter mrsz

    (@mrsz)

    Hi – sorry, but that does not change the color for anything, all still the same.

    Hi Mrsz,

    Can you please provide the Quiz link so we will check and help you to fix the issue.

    Regards,
    Sumit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Color of Bar and Buttons?’ is closed to new replies.