Remove the <span> with .sr-only class from within the progress bar to show a visible percentage.

60%
{% highlight html %}
60%
{% endhighlight %}

To ensure that the label text remains legible even for low percentages, consider adding a min-width to the progress bar.

0%
2%
{% highlight html %}
0%
2%
{% endhighlight %}