Is it possible to create custom icon overlay for a pet? I mean replacing a headshot with an overlay (if that's allowed). I fiddled around all evening, but finally had to give up :/
— Gee, Brain, what do you want to do tonight? — The same thing we do every night, Pinky - bake and battle, battle and bake! ♥
that's possible! i'm assuming you want to replace the headshot on your profile? if so, the code is: number .avatar_head {background-image: url('https://yourimage.com/image.jpg') !important;}
replace 0 with the number corresponding to your pet, and replace the URL with the image you want. it begins at 0, so Aalias is 0, Kerivas is 1, Neiv is 2, etc.
if you wanted to replace Viran, for example, it would look like this: 15 .avatar_head {background-image: url('https://img.subeta.net/pets/911_scribble.png') !important;}
hmmm, doesn't seem to work, trying to do it for my pet Welx, so pet 14. .avatar_head {background-image: url(http://i.imgur.com/rrqCYNu.png') !important;} plugged in dashboard - customcss field. right? I hard refreshed my profile, but nothing changed.
— Gee, Brain, what do you want to do tonight? — The same thing we do every night, Pinky - bake and battle, battle and bake! ♥
ahh the customCSS is only for site-wide appearance changes, not your actual profile! copy and paste this block into the profile field and it should work:
<style type="text/css"> pet_14 .avatar_head {background-image: url('http://i.imgur.com/rrqCYNu.png') !important;} </style>edit: OK i can't get it to show up here but go to this link, copy and paste the block in RAW Paste Data.
still not working, sorry D:
— Gee, Brain, what do you want to do tonight? — The same thing we do every night, Pinky - bake and battle, battle and bake! ♥