Replies

Mar 5, 2015 11 years ago
LACY
is a hoot!
User Avatar

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?

Mar 5, 2015 11 years ago
eliz
wants to believe
User Avatar

Thanks for making this I was wondering the same thing!

Mar 5, 2015 11 years ago
Adventure Captain
sonata
User Avatar

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)

Art by
[tot=sonata]

Mar 5, 2015 11 years ago
LACY
is a hoot!
User Avatar

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

Mar 5, 2015 11 years ago
Adventure Captain
sonata
User Avatar

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

Art by
[tot=sonata]

Mar 5, 2015 11 years ago
LACY
is a hoot!
User Avatar

Oh yay! It worked! Thank you so much, you're the best. <3

Hope this helps you too!

Mar 5, 2015 11 years ago
Adventure Captain
sonata
User Avatar

No problem. :)

Art by
[tot=sonata]

Mar 5, 2015 11 years ago
eliz
wants to believe
User Avatar

Thank you! Next time I get an overlay I'll definitely use this xD

Please log in to reply to this topic.