Replies

Jan 14, 2017 9 years ago
Elementary, my dear
ibce
User Avatar
Meraw

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!

Jan 16, 2017 9 years ago
nene
User Avatar
Angora

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;}

Jan 17, 2017 9 years ago
Elementary, my dear
ibce
User Avatar
Meraw

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!

Jan 17, 2017 9 years ago
nene
User Avatar
Angora

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.

Jan 17, 2017 9 years ago
Elementary, my dear
ibce
User Avatar
Meraw

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!

Jan 17, 2017 9 years ago
nene
User Avatar
Angora

oh my bad, add a # before the pet_14 and it should work. so

Jan 17, 2017 9 years ago
Elementary, my dear
ibce
User Avatar
Meraw

horray! i absolutely positively love you xD

— Gee, Brain, what do you want to do tonight? — The same thing we do every night, Pinky - bake and battle, battle and bake!

Jan 17, 2017 9 years ago
nene
User Avatar
Angora

im glad it worked! :)

sdfjkshd because the forum group search function is broken

Please log in to reply to this topic.