Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244908

    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!

    #245225

    Hey Lina!

    Try the following code in Quick CSS:

    .progressbar-title-wrap {
        background: white !important;
        color: black !important;
    }

    Change as needed.

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.