How can I change the style of the progress bar? I would like to update the color.
Forums
Change Style of Progess Bar in V5
This topic is locked and no more replies can be posted.
.gbs3 .progress-bar {
background-image: linear-gradient(to bottom, #444 0, #fff 100%) !important;
}