
To Hide ALL of the Label Headings. Copy the entire code and paste the code to any section that is editable.
<style>
.whitetext12{display:none;}
.orangetext15{display:none;}
.lightbluetext8{display:none;}
td td td td {width:0px;}
</style>
If you only want to Hide the Display Name, Copy the entire code and paste the code to any section that is editable
<style>
.nametext {display:none;}
</style>
To Hide the Contacting Header, Copy the entire code and paste the code to any section that is editable
<style>
.contactTable .whitetext12 {display:none;}
</style>
To Hide URL Header, Copy the entire code and paste the code to any section that is editable.
<style>
strong {display:none;}
</style>
To Hide White Interests Header, Copy the entire code and paste the code to any section that is editable.
<style>
.interestsAndDetails .whitetext12 {display:none;}
</style>
To Hide White Details Header, Copy the entire code and paste the code to any section that is editable.
<style>
.userProfileDetail .whitetext12 {display:none;}
</style>
To Hide Blue Interests/Details Headers, Copy the entire code and paste the code to any section that is editable.
<style>
.lightbluetext8 {display:none;}
.interestsAndDetails td {width:0px;}
</style>
To Hide Blog Header, Copy the entire code and paste the code to any section that is editable.
<style>
.latestBlogEntry .btext {display:none;}
</style>
To Hide Blurbs Header, Copy the entire code and paste the code to any section that is editable.
<style>
.blurbs td.text .orangetext15 {display:none;}
</style>
To Hide About Me/Meet Headers, Copy the entire code and paste the code to any section that is editable.
<style>
.blurbs td td .orangetext15 {display:none;}
</style>
To Hide Calendar Header, Copy the entire code and paste the code to any section that is editable.
<style>
td.text .whitetext12 {display:none;}
</style>
To Hide Friends Header, Copy the entire code and paste the code to any section that is editable.
<style>
.friendSpace .orangetext15 {display:none;}
</style>
To Hide Comments Header, Copy the entire code and paste the code to any section that is editable.
<style>
.friendsComments .orangetext15 {display:none;}
</style>
If you would like to use a generator to select which headings you want hidden, you can use this:
Categories: Hide | Header | Heading | Tweaks