Comments on [F2U] Midsummer Memory All Comments Start of Thread Parent

Do you know where I can find the area to change the color of the text for that box? ;v;

Yepyep! On line 85, where it says div style=, add this bit of code within the quotes: color:white; (make sure to include the semicolon, and 'white' can be changed to any hex color provided the hashmark is placed in front). It will end up looking like the following: <div style="color:white; margin-right:40px;"> or <div style="color:#fff; margin-right:40px;"> (with 'fff" being replaced with whatever the color's hex code is.)