Comments on [ F2U ] Journal All Comments Start of Thread Parent

Hi there and thanks for using my code!  And yes, there is! <3

After scrolling to the progress bar, you need to add ;background-color:#000000 next to the width: 50% (don't forget the semicolon!).  It should be around Line 176 and so forth for the others.  And of course, change the hex code to whatever colour you'd like!

Hope this helps!  Here's what it should look like:

<div class="progress-bar" style="width: 50%; background-color:#000000"></div>

We literally replied at the same time! Thank you so much! I will put this to use afterall!