« SpaceHey Forum

HELP!! I cant add an "online now" icon

Posted by XoXo.D1va

posted

Forum: SpaceHey

I'm new to spacehey and I want to customise my "online now" icon. I tried following tutorials I found, but none of them worked. 


PLEASE help!!!

How can I change my online now icon to a cute gif


Report Topic

1 Reply

Reply by ☣︎ flunita ☣︎

posted

this is the code i used to change mine, hopefully it works 4 u as well (^.^)

.online {
    visibility: hidden;
}
.online img {
    content: url("put the image url here");
    animation-name: none;
    visibility: visible;
    height: [whatever height];
    width: [whatever width];
}


Permalink Report Reply