I've seen on some people's pet profiles, that they found a way to cover the names of items in the pet's treasure chest so it's just blank.
Is there also a way to hide the 'pet friends' section of the pet's profile? I don't have any friends for certain pets of mine, and seeing the big "friends" and the dotted line underneath their treasure is irritating.
I'd love it if I could have the codes for both c:
Thanks head of time !
Should do it for the Pet Friends header:
.friends_header{
display: none;
}
I'm not sure the Pet Treasure thing is possible. Do you think those people could have hidden the real pet treasure and just put their own images in?
Oh, thanks for the link , I see what they do now. :D
This is the code used for her pet profile to make the treasure items have no text:
.treasure_chest td {
font-size: 1px;
color: ;
}
Basically it makes the text in the treasure chest teeny tiny and white, so it's all but gone. :)