Hello,
I’m wondering, is it possible to customise the look of the text on the Progress Bars? Here http://www.linaukis.com/about-us/ I would like it to be white background with dark copy on the running colors. The legibility as it is right now is a bit weak.
If so, what is the code snippet I need to add?
thank you so much!
Hey Lina!
Try the following code in Quick CSS:
.progressbar-title-wrap {
background: white !important;
color: black !important;
}
Change as needed.
Regards,
Josue