Hi thar. <3 I have this awesome pet named Mela, and she has an awesome overlay. I don't need this overlay to appear site-wide, which is why I don't want to spend the CSC for a custom overlay. But I do want it to show up on my profile. I have the code to make it show up if I were to use headshots on my profile, but I can't figure out how to do it if I want to portray the full body.
Suggestions?

Thanks for making this I was wondering the same thing!
img {
height:0px !important; width:100px !important;
padding-bottom:100px;
background-image:url(ImageURL);
background-size:100px 100px; }
All you need to change for each is the pet number (the first is 0, second is 1 and so on) and enter your overlay URL where it says ImageURL
(being super lazy, thus quoting myself from when i recently helped someone with this)
Thanks for the response! So that kinda worked... at least it got the overlay image to show up, which is more progress than I got on my own. But it isn't aligned properly? Could you check it? :)

Ahh so some of your profile css is messing with this.
First move the pverlay code below the part of your code that has the following:
img {width: 85px !important; height: 85px !important;}
And then change the parts where it says 100px in the overlay code to 85px