Is there a way to only show percentage when using the progress bar widget?

  • TanenbaumCHAT
    Asked on July 14, 2015 at 2:15 PM
  • Sammy
    Replied on July 14, 2015 at 3:35 PM

    At he moment the option to show only percentage is not available, you can however achieve it by injecting the following CSS snippet

    .progressBarSubtitle * {
        display : none;
    }

    #progressPercentage {
        display : block;
    }

    Kindly let us know if you need further assistance