Replies

Jun 27, 2009 16 years ago
Blir
has a massive family
User Avatar

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 !

Jun 27, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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?

Jul 2, 2009 16 years ago
doldrum
User Avatar

i just saw one like that, it is possible i guess here

Jul 2, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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. :)

Jul 2, 2009 16 years ago
Blir
has a massive family
User Avatar

Thank you all for the help ! (:

Please log in to reply to this topic.