Comments on [F2U] All About Us All Comments

how do the dots work? i cant get them to move


The instructions should be in the annotations. The 9 dots are arranged in order of left to right so you just need to change the color code (of the text in bold)

Blank - <i class="fas fa-circle fa-fw" style="color: rgba(0,0,0,0.1);"></i>
Blue - <i class="fas fa-circle fa-fw" style="color: #02A9C2;"></i>
Red - <i class="fas fa-circle fa-fw" style="color: #c20222;"></i>
Neutral - <i class="fas fa-circle fa-fw" style="color: #8e73c9;"></i>

Alternatively, you can just cut and paste the entire line of code to move it if that's faster for you