imN0Tokayxx
01-10-2006, 01:03 AM
I've looked EVERYWHERE and I absolutely can not find the code to change/hide the words "About Me" "Who I'd Like To Meet", etc. Can anyone here help me out???
|
View Full Version : Change/Hide "About Me", "Who I'd Like...", etc. imN0Tokayxx 01-10-2006, 01:03 AM I've looked EVERYWHERE and I absolutely can not find the code to change/hide the words "About Me" "Who I'd Like To Meet", etc. Can anyone here help me out??? tail451 01-13-2006, 12:53 AM Hide(put anywhere in 'about me' section: <style type="text/css"> .orangetext15{display:none;} </style> Change(place at the TOP of your 'about me' section: <style type="text/css"> .orangetext15{display:none;} .mytext{color:insert color here; font-family:font family here; font-size:size here;} </style> <span class="mytext">Your Text Here:</span><br> the rest of your about me section goes here tyra53 01-14-2006, 01:44 PM Hide(put anywhere in 'about me' section: <style type="text/css"> .orangetext15{display:none;} </style> Can that only be used in the 'about me' section? Or can we change anything in the html so it can work in other section like the 'interests' and 'details' section? |