Replies

Jun 2, 2024 1 year ago
This rift empty
Jun
YEET
User Avatar
Rainbow

Hey there! I have a question that I'm hoping someone could answer and help me with. Is there a way that I can code the Pet Treasure title to show something else. For example, changing the title of Pet Treasure to say Gifts instead?

--------------------------------
One and Only...❤️
--------------------------------
[img align=center]https://i.gifer.com/CBnV.gif[/img]

Jun 2, 2024 1 year ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

I have a pet that has her TC named BOOTY and I looked in the coding and found this:

I am not 100% sure that is correct, as the profile was done by someone else. Maybe try it and replace BOOTY, with what you want it to show?

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Jun 2, 2024 1 year ago
This rift empty
Jun
YEET
User Avatar
Rainbow

Thank you so much for trying to help, I appreciate it. Unfortunately, it didn't work. 😟

--------------------------------
One and Only...❤️
--------------------------------
[img align=center]https://i.gifer.com/CBnV.gif[/img]

Jun 2, 2024 1 year ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

try this: h2 { visibility: hidden; }

h2::before { content: 'Gifts'; visibility: visible } the first part of this is telling the header text (h2) of the pet treasure section to be invisible. the second part is adding another piece of text ("Gifts") before that text, and telling the new text to be visible. this way you've essentially hidden the old text and replaced it with something new.

Jun 5, 2024 1 year ago
This rift empty
Jun
YEET
User Avatar
Rainbow

Awesome! It worked! Thank you so much! 😊 I appreciate it.

--------------------------------
One and Only...❤️
--------------------------------
[img align=center]https://i.gifer.com/CBnV.gif[/img]

Please log in to reply to this topic.