Replies

Jun 24, 2009 16 years ago
Doncella
made a living
User Avatar

Yeah, I've got a profile, and I was wondering if I can make the header things invisible? By headers, I mean where it says ":)Stuff:)" over my user info, and where it says "iHA!" over my HA...

If there is a way I can do that, can someone give me the code to do that?

If there isn't, that's fine, too. I know nothing about coding.

Jun 24, 2009 16 years ago
dior_485
User Avatar

,{display:none;}

That's what I'm using, not sure if that comma is necessary haha. But you just replace sectionname with the selector click here if you don't know what that is.

Jun 25, 2009 16 years ago
Hongske
is lost in space
User Avatar

If you want all of them gone, you can just use:

.header {display: none;}

And the comma is only necessary if you add multiple selectors. :3

Please log in to reply to this topic.