Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1019070

    Hello Support,

    Is it possible to have two different progress bars wherein each progress bar has a different font color? I currently have two progress bars (one progress bar with a dark blue background and white letters…one progress bar with a orange background with white letters).

    If possible, I would like the progress bar with the orange background to have a dark blue font, not a white font.

    Any advice you can provide would be greatly appreciated.

    Thanks!

    #1019097

    Hey MLA18,

    Add this to quick css:

    .orange-bar .progressbar-title{
    color:darkblue!important;
    }

    Best regards,
    Jordan Shannon

    #1019099

    Perfect. Thank you very much for the quick replay, Jordan.

    Thanks!

    #1019106

    Hi,

    No problem at all. I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two Progress Bars with Two Different Font Colors’ is closed to new replies.