You can log back in here.
i noticed some people have different colors of pet's names on their default pet profiles. how do you do this?
There's a span tag with class pet_name. You can change the color in hex like this. .pet_name { color: ; }
.pet_name { color: ; }
thanks!