fire's profile picture

Published by

published
updated

Category: SpaceHey

css to replace spacehey logo with myspace (or anything)

.top img.logo {display:none;}

.top > .left > a:after {

content: url("https://github.com/frickinfire/frickinfire/blob/main/mslogo.png?raw=true") !important;

}

.top {

height: 50%;

}

just copy and paste this into your <style> on your profile! (since you most definitely have one by now)


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

GNo

GNo's profile picture

how do you change the size of the image?


Report Comment