Replies

May 18, 2009 16 years ago
koichi
User Avatar

So I'm trying to get rid of the navigation text in my profile, and I used this code in my style tags:

{ color: transparent;

but it doesn't seem to change anything. If anyone could help me fix the coding I'd appreciate it.

May 18, 2009 16 years ago
Isa
can't hang
User Avatar

You want to get rid of the text but not the links or the whole thing?

{visibility: hidden;} a {visibility: visible;} Makes only the links visible.

{display: none;} No navigation at all.

You should check this board for more details.

May 18, 2009 16 years ago
koichi
User Avatar

Thanks so much, the second code worked. ^^

Please log in to reply to this topic.