Comments on Worth Tracker All Comments

Is there a way to change the color? (e.g. make the blue a pink/yellow/green/etc.) Also, the paw print at the bottom to show you did the code doesn’t lead back to your account for some reason

Here is a tutorial (also by Lullah) on how to change the bootstrap colors to custom colors.


You can fix the credit by changing

<!------------- credit ------------->
  <div class="text-right"><a href="Lullah" class="tooltipster" title="code by Lullah"><i class="fas fa-paw"></i></a></div>
</div>

to 

<!------------- credit ------------->
  <div class="text-right"><a href="https://toyhou.se/Lullah" class="tooltipster" title="code by Lullah"><i class="fas fa-paw"></i></a></div>
</div>


Hope this helped!