1. Home
  2. ReHub Theme
  3. Useful code snippets
  4. Change color of progress bar

Change color of progress bar

.rh-progress-bar::-webkit-progress-value {background-color: #43c801 !important;}
.rh-progress-bar::-moz-progress-bar {background-color: #43c801 !important;}

change #43c801 to your color and place in theme options – general options – custom css