In your About Me you can add css code, so if you want to change the header on your profile (the one at the top with the SpaceHey logo), add something like this
nav .top { background: black; }
This will make the top header black, you can also use different with HEX (#000000) and RGB (RGB(0, 0, 0))
There are a lot of css tutorials out there, definitely give it a try, it can get fun sometimes :p
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
vl1
In your About Me you can add css code, so if you want to change the header on your profile (the one at the top with the SpaceHey logo), add something like this
nav .top {
background: black;
}
This will make the top header black, you can also use different with HEX (#000000) and RGB (RGB(0, 0, 0))
There are a lot of css tutorials out there, definitely give it a try, it can get fun sometimes :p
Report Comment
It didn't get added but on the line before nav .top you need to add , and on the last line you need to add
by vl1; ; Report
It keeps getting removed
uhh
jdjsoahaiabwtext
Without the spaces in
by vl1; ; Report
ok god dammit I can't type it here, you could dm me here if you want help with the css
by vl1; ; Report
SlashDude
nevermind I found out how but I don't know how to do it correctly so I'll just use layouts others made, very cool tho!
Report Comment