Comments on [ F2U ] Telling All Comments

Hi, I'm looking to use this code and was wondering if there was a way to make all of the colours customizable ? such as the titles on the profile (Name, nickname, all that text) and the background ? I've tried it myself but I can't seem to figure it out :(

for text, you can start by adding color:#HEXCODE; in the style attribute!  sometimes style="color:#HEXCODE;" if the original coding doesn't have it

for the background, you'd need to delete bg-faded first and then add background-color:#HEXCODE; maybe style="background-color:#HEXCODE;

hope this helps!

thank you sm ! I'll try it out, thank you !

sorry again- the text isn't working with the codes, only portions of it, is there something that I could be missing ? Thank you again

you need to delete text-muted if you haven’t already!  every instance of bootstrap colours needs to be deleted for custom colours to appear 👍 

omg thank you,,,,, you would think I would remember that lmao, i feel silly

nah no worries about that, we're all learning here!

2 Replies