Hi guys, I'm just looking for a code that can hide the Legacy Name: blahblah part of a profile like in this one; https://subeta.net/petinfo.php?petid=3713710 Thanks guys ;w;
A bit late since this has already been answered, but since this wasn't a commission, I'll go ahead and move this over to the profile and graphics discussion forum.
for the record, you can find out what anything is called by right-clicking the page and choosing "inspect" or "inspect element." this will pull up the inspector panel, which should have a little icon on the top right that looks like a square with a cursor hovering over it; click that, and you can hover over any element on the page to see its class/ID. then you would just type that into your code and add whatever styling you want.