How to Remove the Myspace Headlines?
written by JohnThis is one of the questions that a lot of people have seem to be asking, and its pretty simple to do. I would recommend reading over the How to Customize Myspace tutorial becaus the answer is hidden within there. You would just have to read it to really find it. But anyways, heres some of the codes you can use to hide your headlines. All of the codes below would go between your style tags.
To hide ALL the headlines on your page
span {visibilty:hidden !important;}
To hide just the headlines "XXX's Interest", "XXX's Details"
.whitetext12 {display:none;}
To hide "General", "Movies", "Music", "Hereos", etc etc
.lightbluetext8 {display:none;}
To hide "XXX is in your extended network"
.blacktext12 span {display:none;}
To hide "XX's Latest Blog Entry" and "XX has XX Friends"
.btext {display:none;}
To hide "About Me", "Who I'd Like To Meet", "XXX's Friend Space"
.orangetext15 {display:none;}
To hide the date in the comments
.blacktext10 {display:none;}







