Progress Bar Background Color

Hello,

My progress bar color is determined by the accent color which is great. In your samples I see that besides progress bar itself, there is a "background" color (to the right of the progress bar making to the remaining 100% length) which in your case is slightly grey against the white page background and thus visible. My website is dark and I cannot see that "background" color. Tried playing with the found code but to no avail. Could you give me a hint?


.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(34, 34, 34, 0.3) !important;
    color: #8c76af !important;
}

Comments

Sign In or Register to comment.