Solved
How do I change the color of the progress bar?
How do I change the color of the progress bar?
Best answer by AnthonyR
Open your Look and Feel Menu
Selecting the "Advanced" tab
Click on the green "Add Custom CSS" button
Paste the following in to the box that appears:
.ProgressBarFill{
background-color: green;
}
Update "green" to the html color code of your choice!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
