« SpaceHey Forum

help !!

I havent been on spacehey since xmas and id like to get rid of the santa hat around my pfp, but I forgot what the code was so now Idk what it is to delete D: anyone know?


Report Topic

1 Reply

Reply by Mileena ༉‧₊˚✧

posted

there should be code in your profile that looks like this !!


<style>
.general-about{
position: relative;
margin-top: 30px;
}
.general-about .profile-pic::before{
content: '';
background: url('https://media.giphy.com/media/rXyIg5TrQ3jYuZME1G/giphy.gif') no-repeat;
background-size: cover;
display: block;
width: 100px;
height: 100px;
z-index: 999;
position: absolute;
top: -43px;
left: -32px;
}
</style>


go ahead and delete that, hope this helped :3


Report Reply