Tagged: Progress Bar
Is it possible to remove the % indication of the bar and to let the bar indicate a free entered value between 0 and 100?
Which code should be changed?
Hey dommelstroom,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.progressbar-percent {
color: transparent !important;
}
.progressbar-percent .av-bar-counter {
color: gray !important;
}
Let us know if this helps.
Best regards,
Nikko
Thanks Nikko,
With your code there is still the indication 0 at the end for the minimal bars, but I noticed that there is an option for the minimal bars to hide the percentage complete.
For the big bar there is standard no an indication of the value.
I found a workaround to enter the value e.g. 34,532 kWh as text in the bar.
Best regards
Dommelstroom
Hi @dommelstroom,
Thanks for the feedback, so I’m guessing you got your problem fixed?
Best regards,
Rikard
Yes, it is solved