The problem is, this code will only SHOW to a specific user. I want to append code to a specific user that shows to everyone.
So for example, let's say I wanted to make the text on your profile red, but only your profile. I want this to show to every user, including you. How would I do this?
I found out you can apply styling to specific posts like this:
li#post-473626 {
color: red;
}
So how would I do that with a users profile?