Hello,
could you kindly explain me how to change the colours of the "Progress Bar"?
I changed the colour in the shortcodes list but I need to change also the left side of the Progress Bar.
Please find attached an image to better explain what I mean.
I'm using BeMinimal.
Thanks in advance.
Best regards.
Cinzia
Comments
please send us link to page/s where you would like to do above changes first so we can have a look on it and give you best possible solution.
Thanks!
.style-simple .progress_bars .bars_list li .bar {background: rgba(255, 255, 255, 0.3) !important;
}
.progress_bars .bars_list li h6 .label {
background: rgba(255, 255, 255, 0.3) !important;
color: #FFF !important;
}