0 Users appreciate this thread.
How do I use this color text code?
little5 (2013-02-24 22:40:44)@belle I know, but the CSS code to have all my text aqua wont work with it. I'm trying to get my name on it aqua without changing the text..
SPCOxion (2013-03-02 05:37:19)No. Don't use the universal selector (*). That selects everything of your profile.
When styling your username, you use h2 instead of *.
To simplify it, put this in your style BBCodes:
h2{color:aqua;}
Log in to submit a comment
Back to forum: Profile Design (3DSPlaza BBCode and BBCode CSS)
New registered users today: 8
Newest registered user: Dolce21dsisBack
Okay, I want my username on my profile (right next to the online offline thing) o be aqua. So I used the all text code. But I want my other text to be rainbow. But it won't let me use the rainbow code with the all text aqua code.