I know this has got to have been asked before, so I apologize for the simple question 😅
I have a few pets with legacy names that have nothing to do with their character and I would like to know if there is a way to hide them from the profile without having to get rid of them. Thanks!
Oh goody! Thanks so much!
for the record you can find out what just about any page element is called with the "inspect element" option in your browser (right click > inspect/inspect element, or ctrl + shift + c. this will bring up a console with an icon that usually looks like a cursor hovering over a square; if you click this you can hover over things to see their CSS class or ID, and once you know that, you can plop it into your code to style (or hide) it.
I actually tried that, though with my 2 and a half coding brain cells I couldn’t find what I was looking for 😅 To be fair I also didn’t look for too terribly long, but I probably just missed it. I’ll try to keep it in mind! 💖