So I want to use this picture for my pet Preloved's profile (You know, the big picture that shows the pet?) How do I make the glittery image show up instead? Thanks for your help! ❤️
This should be under Profiles/Graphic discussion, but I'll answer anyway.
<style>
.pet img {display: none;}
.pet {margin-top: 188px;}
.pet_lookup {background-image: url(http://i47.photobucket.com/albums/f185/viviansgraphix/th_KORA.gif); background-repeat: no-repeat; background-position: 70px 1px;}
</style>
That code should work.