PDA

View Full Version : remove text in extended network ?


erkstuh
July 6th, 2008, 10:42 AM
http://i26.tinypic.com/2rrmecg.jpg

its really annoying an looks bad. can i remove it?
i have already tried to make the letters white,
but that didn't work, so any other ideas?

stoplightt
July 6th, 2008, 11:06 AM
try

<style>
.blacktext12 {display:none;}
</style>

or if that doesnt work
try this

<style>
span.blacktext12 {font-size:0.0em; letter-spacing:-5px;}
</style>

erkstuh
July 6th, 2008, 11:21 AM
nope. :\ dfjfghjghjh

ditsynerd
July 6th, 2008, 11:23 AM
Change the color to white. (;

stoplightt
July 6th, 2008, 11:24 AM
Change the color to white. (;


that would work too

;D

rofl

erkstuh
July 6th, 2008, 11:25 AM
in the origional post, i said i already tried. its not working.
i must be doing it wrong, will you give me the code?

<style>
span.blacktext12 {font-size:0.0em; letter-spacing:-2px; font-color:ffffff;}
</style>

stoplightt
July 6th, 2008, 11:27 AM
try display:none; for the span.blacktext12

see if that works