Comments on [F2U] Value Tracker All Comments Start of Thread Parent

another question how do u change the color inside of the borders and also the lettering colors?

So the gray/white colors set up inside the red borders are default bootstrap "card" colors. You can change them the same way we changed the background. For the Name/Obtained via section, simply add it to the style="" section of that div.

For the rows you have to add it to each item: <tr class="text-center"> into <tr class="text-center" style="background-color:#HERE;">

Text can be changed with text-white or text-dark in the relevant div class. (Or if you want a specific color use color:#HERE; in a style="")


Can't grab screenshots right now but let me know if you need them and I'll PM them to you after work.