Could someone tell me how to remove bookmarks (from appearing on the profile) and place borders around the pet and minion?
This is the code I'm using:
<style>, , -ban, -ban-main, -lrc, -rrc {display:none;} , -right, , , , h2, a, {display:none;} , , body, , , {background-color:transparent;}body </style> <style> body {background-color: ;} </style> <style> .treasure_item {border:7px solid ; margin: 6px; padding: 2px;} </style>Seeking help from you guys!
[tot=PiplupMagby34]
For bookmark help go to https://subeta.net/preferences.php?act=bookmarks. Not sure about pet and minion codes, but when you find out let me know, good luck!
Not a coder myself but these are my thoughts: 1 - might have something to do with using "<>" instead of "[]". 2 - if you hover over a pet, you'll get "https://subeta.net/pet.php?act=active&petid=1006954" and if you inspect the page you get "https://subeta.net/styles/petinfo.css?v=130" for the pet you're currently viewing 3 - if you hover over a minion, you'll get "https://subeta.net/pet.php?act=minion&petid=1006954"
Not sure if it'll help, but that's my 2 cents. Good luck!
๐ฅDragonHugs For All!๐ฅ ๐บ LAIRBEARS RULE! ๐บ
Seasonal clicks:
๐น[flower=just2b]๐น
๐[tot=just2b]๐
[Dance=just2b]
[Kiss=just2b]
โญThe WL of doooooooooooomโญ
(I apologize for the insanity that is my WL, it's a WIP)
desperately seeking [item=Skeletal Cuppa Sweater] [item=Comfy Skeleton Floof]
this is what the following code looks like
<style>, , -ban, -ban-main, -lrc, -rrc {display:none;}
, -right, , , , h2, a, , {display:none;}
, , body, , {background-color:transparent;}
body {background-color: ;}
{ border:7px solid ; margin: 6px; padding: 2px;}
{ border:7px solid ; margin: 6px; padding: 2px;} </style> keep everything in one style tag and move # bookmarks from the third line (transparent) to one of the others (display:none;). right now you have the border on your pet treasure, not the minion, so you'd replace pet_treasure for pet_minion. i don't know if the border around the pet itself is what you want, but a box around the whole thing the easiest way i know how to do it, so yeah p:
e/ you're working on this one, yeah? if you want boxes around the pet, the minion, and the treasures you would obviously keep the pet_treasure code and add the others instead of replacing pet_treasure for pet_minion. sorry about that o: