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

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.)