Instant Message
Send Message
|
Posted:
Sept 4, 2007 7:17 PM
If you would like to change the about me and meet labels to something custom, you will first need to put the following anywhere in your profile to hide the original labels:
<style>
.a {hides about and meet labels only}
.blurbs td td .orangetext15 {display:none;}
</style>
And then at the top of each of those sections, recreate the labels using the following code:
<div class="orangetext15" style="display:block;">
Custom Label Text Here
</div>
|