posted 1749065174
Forum: SpaceHey
View Topics View Profile
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
posted 1749178859
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