Replies

Mar 14, 2019 7 years ago
pickle
is garBAE
User Avatar
Melyn

  1. This code will position the image and info. You can change the value of the top to position it where you want on the page. The 50% will move things to the centre of the page.

{ position:absolute; top:108px; left:50%;}

  1. These will get rid of the born and adopted dates:

/removes birth date/ .pet_age_info_date { display: none;}

/removes adoption date/ .pet_wco_info_date { display: none;}

  1. You can't remove the icon before "Alisa" unless you remove your username from the profile as well, and create an alternative link that will break if you change your username, but the following code will remove the heart icon:

.pet_like { display: none;}

looking for a pet born May 26, 2021

[flower=pickle]

Mar 14, 2019 7 years ago
pickle
is garBAE
User Avatar
Melyn

I think I've fixed the issue, let me know if it gives you any problems!

<style> .eight.wide.column h3 { font-size: 1.75rem; margin-bottom: 0.5rem !important; margin-top: 0rem !important; font-family: inherit; font-weight: 500; line-height: 1; color: inherit; } .eight.wide.column p { margin-top: 0 !important; margin-bottom: 1rem !important; }

  • {margin: 0; padding: 0;} , , , , , , {display: none;} body, , {background-color:transparent;height: auto !important; overflow: visible;}

.prototip {display: none;}

.statbar{display:none;}

, {display:none;} h2 {color: ; font-family: garamond; font-size: 14px;}

{position: absolute; color: ; font-family: garamond; font-size: 14px; left: 45%; height: 500px;} a:link,a:visited {color: ;}

{display: none;} {display: none;} /removes birth date/ .pet_age_info_date { display: none;}

/removes adoption date/ .pet_wco_info_date { display: none;} .pet_like { display: none;} </style>

looking for a pet born May 26, 2021

[flower=pickle]

Mar 14, 2019 7 years ago
jensen
rolled snake eyes
User Avatar
RM

removing user icon - .owner img {display:none;} you can go further .tpd-tooltip, .tpd-skin, .tpd-content {display:none;} removes the user hover pop-up

(i didn't figure these out on my own, but i'm afraid i don't remember who i learned them from! x: )

oh sacred spork, smite mine enemies

Mar 14, 2019 7 years ago
jensen
rolled snake eyes
User Avatar
RM

you're welcome, i'm glad i could help! thank you for the gift :)

oh sacred spork, smite mine enemies

Mar 14, 2019 7 years ago
pickle
is garBAE
User Avatar
Melyn

ooh, thanks for letting me know! :)

looking for a pet born May 26, 2021

[flower=pickle]

Please log in to reply to this topic.