Comments on [F2U HTML] Modular User All Comments Start of Thread Parent

hi! you can change the text color of any element you want by adding style="color: #000000;" to it, with #000000 being replaced by the hex code for the color you want to use. i'm not sure why the spacing/size would be changing—are you saving the code with WYSIWYG enabled?

Nope, the WYSIWYG is disabled! I think I might've messed with the text size *somehow* I'm just not entirely sure how

Can't seem to get the color to work either for some reason

can you share a screenshot of the part of the code you're working on so i can see what you're doing? :o

Right here!

I tried doing the color with the hexcode right after the text-muted thing, and it just.. won't show up

image.png

ah okay, i see!! you did everything correctly the way i suggested, but i forgot the bootstrap color classes are !important lol 832653219880501319.webp?size=128&quality that's my bad, sorry. removing the class="text-muted" should fix the issue!

THERE we go, thank you so much!

1 Replies