« Web, HTML, Tech Forum

How do I change the username color?

I want to change the color to white.


Report Topic

1 Reply

Reply by Dollita

posted

.profile .name, 

.profile h1, 

.profile .profile-name {

  color: white !important;

}

Make sure you have a dark background (ᵔ⩊ᵔ)


Permalink Report Reply