« Web, HTML, Tech Forum

Does anyone mind helping me with changing the spacehey icons?

Posted by Madokari

posted

Forum: Web, HTML, Tech

having a bit of difficulty changing my icons on my spacehey!! would appreciate help w this. dm me :3


Report Topic

1 Reply

Reply by Gluma

posted

Dunno what icons you’re specifically referring to so here’s the code for most, if not all, default icons SpaceHey gives you:

.logo {

content: url("*insert image direct URL here*");

} /* changes SpaceHey logo. Hiding the logo is against the rules btw so make sure it’s still visibly the logo in some shape or form if you’re gonna make changes to it */

.online img {

content: url("*insert image direct URL here*");

} /* changes online icon */

nav .links li .icon {

content: url('*yeah yeah y’know the deal*');

} /* changes notif bell icon. The change is only seen on your profile and not anywhere else btw */

.blog-preview .pinned .icon {

content: url('*wawawawa*');

} /* changes the pinned icon in your blogs section */

.comments-table .report .icon{ content: url(*wawa*) !important;} /* changes report icon in comments */

There’s this blog post on how to change the contact icons.


Permalink Report Reply